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
Line 
1#ifndef __BITLBEE_CHECK_H__
2#define __BITLBEE_CHECK_H__
3
4#include "irc.h"
5
6irc_t *torture_irc(void);
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.