File: testsuite.h

package info (click to toggle)
bitlbee 3.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,392 kB
  • sloc: ansic: 29,135; xml: 2,282; sh: 905; makefile: 389; python: 221; perl: 41
file content (9 lines) | stat: -rw-r--r-- 199 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
#ifndef __BITLBEE_CHECK_H__
#define __BITLBEE_CHECK_H__

#include "irc.h"

irc_t *torture_irc(void);
gboolean g_io_channel_pair(GIOChannel **ch1, GIOChannel **ch2);

#endif /* __BITLBEE_CHECK_H__ */