blob: bcb0be9e2e632ce732250d29ea9c8c4265d7781a (
plain) (
blame)
1
2
3
4
5
6
7
|
#ifndef __CHECK_LIBEMPATHY__
#define __CHECK_LIBEMPATHY__
TCase * make_empathy_chatroom_tcase (void);
TCase * make_empathy_chatroom_manager_tcase (void);
#endif /* #ifndef __CHECK_LIBEMPATHY__ */
|