From: Andre Noll Date: Thu, 9 Jul 2009 18:04:29 +0000 (+0200) Subject: Add missing regex include to generated command_list files. X-Git-Tag: v0.4.0~52^2~2 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=57e0c93e87138fdf1c8793c3d1f3d2880d717548;ds=sidebyside Add missing regex include to generated command_list files. --- diff --git a/afs.cmd b/afs.cmd index de9782a3..65d815c7 100644 --- a/afs.cmd +++ b/afs.cmd @@ -3,7 +3,7 @@ SF: afs.c aft.c attribute.c HC: Prototypes for the commands of the audio file selector. CC: Array of commands for the audio file selector. AT: server_command -SI: openssl/rc4 osl +SI: openssl/rc4 osl regex IN: para error crypt command string afh afs server list user_list SN: list of afs commands TM: mood lyr img pl diff --git a/server.cmd b/server.cmd index 0c132101..73ee3417 100644 --- a/server.cmd +++ b/server.cmd @@ -3,7 +3,7 @@ SF: command.c HC: prototypes for the server command handlers CC: array of server commands AT: server_command -SI: openssl/rc4 osl +SI: openssl/rc4 osl regex IN: para error crypt command string afh afs server list user_list SN: list of server commands ---