]> git.tuebingen.mpg.de Git - paraslash.git/commit
Change the type of the argv argument of all commands.
authorAndre Noll <maan@systemlinux.org>
Sun, 9 Sep 2007 17:29:26 +0000 (19:29 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 9 Sep 2007 17:29:26 +0000 (19:29 +0200)
commit2cfb78331c33cb74c6abf357e8221604c3c9ec47
tree7c4c37767f42025a588a7dd8536626732d50e5c9
parent19711eb920137434104f561086d6ba79b6af5eae
Change the type of the argv argument of all commands.

The new type,

char * const * const argv

is what the exec functions also take. This avoids some
warnings.
14 files changed:
afs.c
afs.cmd
afs.h
aft.c
attribute.c
blob.c
command.c
exec.c
mysql_selector.c
playlist_selector.c
random_selector.c
server.h
string.c
string.h