projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f15151
)
make another function of command.c static
author
Andre
<maan@meins.(none)>
Sun, 28 Jan 2007 21:31:49 +0000
(22:31 +0100)
committer
Andre
<maan@meins.(none)>
Sun, 28 Jan 2007 21:31:49 +0000
(22:31 +0100)
command.c
patch
|
blob
|
history
diff --git
a/command.c
b/command.c
index
38e04bd
..
7bde617
100644
(file)
--- a/
command.c
+++ b/
command.c
@@
-727,7
+727,7
@@
static struct server_command *parse_cmd(const char *cmdstr)
return get_cmd_ptr(buf, NULL);
}
-long int para_rand(long unsigned max)
+
static
long int para_rand(long unsigned max)
{
return (long int) ((max + 0.0) * (random() / (RAND_MAX + 1.0)));
}