mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-19 02:16:21 +00:00
Added aliases to autocomplete
This commit is contained in:
@@ -32,6 +32,8 @@ void cmd_uninit(void);
|
||||
|
||||
void cmd_autocomplete(char *input, int *size);
|
||||
void cmd_reset_autocomplete(void);
|
||||
void cmd_autocomplete_add(char *value);
|
||||
void cmd_autocomplete_remove(char *value);
|
||||
|
||||
gboolean cmd_execute(const char * const command, const char * const inp);
|
||||
gboolean cmd_execute_alias(const char * const inp, gboolean *ran);
|
||||
|
||||
Reference in New Issue
Block a user