source: tests/testsuite.h

Last change on this file was 5ebff60, checked in by dequis <dx@…>, at 2015-02-20T22:50:54Z

Reindent everything to K&R style with tabs

Used uncrustify, with the configuration file in ./doc/uncrustify.cfg

Commit author set to "Indent <please@…>" so that it's easier to
skip while doing git blame.

  • Property mode set to 100644
File size: 199 bytes
RevLine 
[6a90967]1#ifndef __BITLBEE_CHECK_H__
[5ebff60]2#define __BITLBEE_CHECK_H__
[6a90967]3
[7738014]4#include "irc.h"
5
[ed5df81]6irc_t *torture_irc(void);
[6a90967]7gboolean g_io_channel_pair(GIOChannel **ch1, GIOChannel **ch2);
8
9#endif /* __BITLBEE_CHECK_H__ */
Note: See TracBrowser for help on using the repository browser.