From 75206f266f8534367b88401be463953b7d5dc770 Mon Sep 17 00:00:00 2001 From: Maria Matejka Date: Mon, 11 Feb 2019 15:27:47 +0100 Subject: Conf: Fixed makefiles --- client/cmds.Y | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 client/cmds.Y (limited to 'client/cmds.Y') diff --git a/client/cmds.Y b/client/cmds.Y new file mode 100644 index 00000000..1cbb4f92 --- /dev/null +++ b/client/cmds.Y @@ -0,0 +1,11 @@ +# +# BIRD -- Internal Commands Of The Client +# +# (c) 2000 Martin Mares +# +# 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]]) +CF_CLI(HELP,,, [[Description of the help system]]) -- cgit v1.2.3