about summary refs log tree commit diff stats
path: root/src/ui
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-06-24 20:24:39 +0100
committerJames Booth <boothj5@gmail.com>2015-06-24 20:24:39 +0100
commit626ab51ed4bcef7a97b717e7a20c6ad20b4c0ea5 (patch)
treeb7c50d7aadd63d7df211789581b54f61afd4c57b /src/ui
parent48a2cad8fd504227b42a72abeac8dd2c84816e5f (diff)
downloadprofani-tty-626ab51ed4bcef7a97b717e7a20c6ad20b4c0ea5.tar.gz
free account after account connect
Diffstat (limited to 'src/ui')
0 files changed, 0 insertions, 0 deletions
ed initial /pgp start checks' href='/danisanti/profani-tty/commit/tests/unittests/test_cmd_pgp.h?id=ea99012d9bf1b8de356d3d9beb7cc45c3f456bad'>ea99012d ^
a952776b ^
ea99012d ^

85cc5ab5 ^


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
                   
 
                    
                                                    



                                                                  

                                                                      
                                                                   

                                                                         


                                                              
#include "config.h"

#ifdef HAVE_LIBGPGME
void cmd_pgp_shows_usage_when_no_args(void **state);
void cmd_pgp_start_shows_message_when_disconnected(void **state);
void cmd_pgp_start_shows_message_when_disconnecting(void **state);
void cmd_pgp_start_shows_message_when_connecting(void **state);
void cmd_pgp_start_shows_message_when_undefined(void **state);
void cmd_pgp_start_shows_message_when_no_arg_in_console(void **state);
void cmd_pgp_start_shows_message_when_no_arg_in_muc(void **state);
void cmd_pgp_start_shows_message_when_no_arg_in_conf(void **state);
void cmd_pgp_start_shows_message_when_no_arg_in_private(void **state);
void cmd_pgp_start_shows_message_when_no_arg_in_xmlconsole(void **state);
#else
void cmd_pgp_shows_message_when_pgp_unsupported(void **state);
#endif