diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-13 00:04:04 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-13 00:04:04 +0100 |
commit | abf2be7d0cabc3c8c021b6f6784cf63610571715 (patch) | |
tree | ca92503aff76b9bc7ca19e0c3e79905060fa1a17 /client | |
parent | 971b2310ae4d367d608e34e9465ad5d2c65e505d (diff) | |
download | bird-abf2be7d0cabc3c8c021b6f6784cf63610571715.tar bird-abf2be7d0cabc3c8c021b6f6784cf63610571715.zip |
Add internal commands of the client to the command list.
Diffstat (limited to 'client')
-rw-r--r-- | client/cmds.m4 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/client/cmds.m4 b/client/cmds.m4 new file mode 100644 index 0000000..d24bbb0 --- /dev/null +++ b/client/cmds.m4 @@ -0,0 +1,10 @@ +# +# BIRD -- Internal Commands Of The Client +# +# (c) 2000 Martin Mares <mj@atrey.karlin.mff.cuni.cz> +# +# Can be freely distributed and used under the terms of the GNU GPL. +# + +CF_CLI(QUIT,,, [[Quit the client]]) +CF_CLI(EXIT,,, [[Exit the client]]) |