about summary refs log blame commit diff stats
path: root/tests/test_cmd_otr.h
blob: e4a842814e68d15398a4534a34cab78f8f6b49cf (plain) (tree)
1
2
3
4
5
6
7






                                                              
#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