repo.or.cz
/
bitlbee.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge skyped bugfix (#945).
[bitlbee.git]
/
tests
/
testsuite.h
blob
0b1691984af04f691b46431a19d71c98ec7a7688
1
#ifndef __BITLBEE_CHECK_H__
2
#define __BITLBEE_CHECK_H__
3
4
#include
"irc.h"
5
6
irc_t
*
torture_irc
(
void
);
7
gboolean
g_io_channel_pair
(
GIOChannel
**
ch1
,
GIOChannel
**
ch2
);
8
9
#endif
/* __BITLBEE_CHECK_H__ */