X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=command.c;h=e051aae4e627ac1b3ef5f30581700cb9af432928;hp=72f8e04e7fe949c89bba065c857a0e7d9ab0820c;hb=c9df5dfaa915915e0717c1992bc8498f6432dba8;hpb=73ca799d08ee415ffb35ecce736b5e7d2abc3c73 diff --git a/command.c b/command.c index 72f8e04e..e051aae4 100644 --- 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