source: tests/testsuite.h @ 46d215d

Last change on this file since 46d215d was 7738014, checked in by Jelmer Vernooij <jelmer@…>, at 2007-01-21T22:08:56Z

Add tests for set

  • Property mode set to 100644
File size: 200 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.