]> git.tuebingen.mpg.de Git - paraslash.git/commit
move s_a_r() and s_a_r_list() from string.c to mysql_selector.c
authorAndre Noll <maan@systemlinux.org>
Thu, 1 Feb 2007 20:03:03 +0000 (21:03 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 1 Feb 2007 20:03:03 +0000 (21:03 +0100)
commit7598d7747435c4de259df09bdb82911ff893113d
treefdf8352f1fe6fae2e810acf21245128a2f06cdff
parent45f29beab3d711b91e4d3551958173f53f1c5436
move s_a_r() and s_a_r_list() from string.c to mysql_selector.c

And make them static as they are only used in mysql_selector.c.

This reduces the stripped code size of all executables (except
para_server of course) by about 1K.
mysql_selector.c
string.c
string.h