00001 #ifndef _TORTURE_H_ 00002 #define _TORTURE_H_ 00003 00009 gboolean g_io_channel_pair(GIOChannel **ch1, GIOChannel **ch2); 00010 struct global *torture_global(const char *name); 00011 char *torture_tempfile(const char *path); 00012 struct irc_network *dummy_network(void); 00013 #define TORTURE_GLOBAL torture_global(__FUNCTION__) 00014 00015 #endif /* _TORTURE_H_ */