1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-06-30 17:55:24 -04:00
profanity/tests/test_cmd_account.h

4 lines
200 B
C
Raw Normal View History

2013-12-15 17:28:22 -05:00
void cmd_account_shows_usage_when_not_connected_and_no_args(void **state);
void cmd_account_shows_account_when_connected_and_no_args(void **state);
2013-12-15 18:07:53 -05:00
void cmd_account_list_shows_accounts(void **state);