Files
cproof/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