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
2014-02-16 00:04:53 +00:00

8 lines
169 B
C

#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