]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - command.c
command_util: Write array definition in header mode.
[paraslash.git] / command.c
index 72f8e04e7fe949c89bba065c857a0e7d9ab0820c..e051aae4e627ac1b3ef5f30581700cb9af432928 100644 (file)
--- a/command.c
+++ b/command.c
@@ -36,6 +36,9 @@
 #include "signal.h"
 #include "version.h"
 
+struct server_command afs_cmds[] = {DEFINE_AFS_CMD_ARRAY};
+struct server_command server_cmds[] = {DEFINE_SERVER_CMD_ARRAY};
+
 /** Commands including options must be shorter than this. */
 #define MAX_COMMAND_LEN 32768