1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-08-11 18:54:16 -04:00
profanity/tests/test_cmd_otr.h

8 lines
169 B
C
Raw Normal View History

2014-02-15 19:04:53 -05:00
#include "config.h"
#ifdef HAVE_LIBOTR
void cmd_otr_shows_usage_when_no_args(void **state);
#else
void cmd_otr_shows_message_when_otr_unsupported(void **state);
#endif