diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2023-12-19 23:27:24 +0100 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2023-12-19 23:27:24 +0100 |
commit | 5c84cb52bc28c87e2e5b9da2e7df1a196e4fc980 (patch) | |
tree | d77708b68c8e0dcbf829e7cf1a586281a8883904 /FICS/command.h | |
parent | dc67c26a691bb101be8a379818387fb733763bf3 (diff) |
Sorted declarations
Diffstat (limited to 'FICS/command.h')
-rw-r--r-- | FICS/command.h | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/FICS/command.h b/FICS/command.h index 4d80035..2c79f75 100644 --- a/FICS/command.h +++ b/FICS/command.h @@ -28,25 +28,25 @@ #include "variable.h" #include "stdinclude.h" -extern char *mess_dir; -extern char *index_dir; -extern char *help_dir[NUM_LANGS]; -extern char *comhelp_dir; -extern char *info_dir; extern char *adhelp_dir; -extern char *uscf_dir; -extern char *stats_dir; -extern char *config_dir; -extern char *player_dir; extern char *adj_dir; -extern char *hist_dir; -extern char *journal_dir; extern char *board_dir; +extern char *comhelp_dir; +extern char *config_dir; extern char *def_prompt; -extern char *source_dir; +extern char *help_dir[NUM_LANGS]; +extern char *hist_dir; +extern char *index_dir; +extern char *info_dir; +extern char *journal_dir; extern char *lists_dir; +extern char *mess_dir; extern char *news_dir; +extern char *player_dir; +extern char *source_dir; +extern char *stats_dir; extern char *usage_dir[NUM_LANGS]; +extern char *uscf_dir; extern char *hadmin_handle; |