mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-22 20:06:21 +00:00
Move functions from cmd_defs to cmd_funcs
This commit is contained in:
@@ -39,25 +39,15 @@
|
||||
|
||||
#include "ui/ui.h"
|
||||
|
||||
GHashTable *commands;
|
||||
|
||||
void cmd_init(void);
|
||||
void cmd_uninit(void);
|
||||
|
||||
Command* cmd_get(const char *const command);
|
||||
GList* cmd_get_ordered(const char *const tag);
|
||||
|
||||
gboolean cmd_valid_tag(const char *const str);
|
||||
gboolean cmd_has_tag(Command *pcmd, const char *const tag);
|
||||
|
||||
gboolean cmd_process_input(ProfWin *window, char *inp);
|
||||
void cmd_execute_connect(ProfWin *window, const char *const account);
|
||||
|
||||
GSList* cmd_get_basic_help(void);
|
||||
GSList* cmd_get_settings_help(void);
|
||||
GSList* cmd_get_presence_help(void);
|
||||
|
||||
void cmd_history_append(char *inp);
|
||||
char* cmd_history_previous(char *inp);
|
||||
char* cmd_history_next(char *inp);
|
||||
|
||||
void command_docgen(void);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user