diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-12-06 14:26:22 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2006-12-06 14:26:22 +0100 |
commit | 6a909671115ba5fac94c212c249264bf25ec8840 (patch) | |
tree | 42d75376146fe818e2a35db2a1779bd8e5570f31 /tests/testsuite.h | |
parent | 2c7df621d2337437a46b0ccee6a7801bc04db8f4 (diff) |
Add tests for md5.
Diffstat (limited to 'tests/testsuite.h')
-rw-r--r-- | tests/testsuite.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/testsuite.h b/tests/testsuite.h new file mode 100644 index 00000000..dacaf8a3 --- /dev/null +++ b/tests/testsuite.h @@ -0,0 +1,6 @@ +#ifndef __BITLBEE_CHECK_H__ +#define __BITLBEE_CHECK_H__ + +gboolean g_io_channel_pair(GIOChannel **ch1, GIOChannel **ch2); + +#endif /* __BITLBEE_CHECK_H__ */ |