diff options
author | Martin Mares <mj@ucw.cz> | 2000-02-27 22:00:19 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-02-27 22:00:19 +0000 |
commit | e69e4ed9349ee28262fe74f70e7e52c181d5d098 (patch) | |
tree | 33dcb70e608d36460ff7ac0484cc438c7f9a7289 /client/client.h | |
parent | de30342f97490e3a3626c4a5fbf3352d1d0aa9c8 (diff) |
Support expansion of command abbreviations.
Client considered finished (modulo bugs).
Diffstat (limited to 'client/client.h')
-rw-r--r-- | client/client.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/client/client.h b/client/client.h index f63c75c3..64de97ec 100644 --- a/client/client.h +++ b/client/client.h @@ -17,3 +17,4 @@ void input_stop_list(void); void cmd_build_tree(void); void cmd_help(char *cmd, int len); int cmd_complete(char *cmd, int len, char *buf, int again); +char *cmd_expand(char *cmd); |