| 31 #include "request.h" |
31 #include "request.h" |
| 32 #include "server.h" |
32 #include "server.h" |
| 33 #include "util.h" |
33 #include "util.h" |
| 34 #include "roomlist.h" |
34 #include "roomlist.h" |
| 35 #include "ft.h" |
35 #include "ft.h" |
| |
36 #include "cmds.h" |
| 36 |
37 |
| 37 /* Default public and private key file names */ |
38 /* Default public and private key file names */ |
| 38 #define SILCGAIM_PUBLIC_KEY_NAME "public_key.pub" |
39 #define SILCGAIM_PUBLIC_KEY_NAME "public_key.pub" |
| 39 #define SILCGAIM_PRIVATE_KEY_NAME "private_key.prv" |
40 #define SILCGAIM_PRIVATE_KEY_NAME "private_key.prv" |
| 40 |
41 |