projects
/
paraslash.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
para_server: switch to generated command list
[paraslash.git]
/
command_util.sh
diff --git
a/command_util.sh
b/command_util.sh
index
0e67af1
..
ea952e5
100755
(executable)
--- a/
command_util.sh
+++ b/
command_util.sh
@@
-155,9
+155,9
@@
com_array()
dump_proto()
{
if test $line_handler -eq 0; then
- echo "
static
int com_$name_txt(int, int, char **);"
+ echo "int com_$name_txt(int, int, char **);"
else
- echo "
static
int com_$name_txt(int, char *);"
+ echo "int com_$name_txt(int, char *);"
fi
}