]> git.tuebingen.mpg.de Git - paraslash.git/commit
Fix some gcc warnings.
authorAndre Noll <maan@systemlinux.org>
Sat, 4 Jul 2009 16:19:46 +0000 (18:19 +0200)
committerAndre Noll <maan@systemlinux.org>
Sat, 4 Jul 2009 16:19:46 +0000 (18:19 +0200)
commitb03fee78f6041e0f126125a5d209a201a86deaba
treedbfc2d8d34f05c7d102290fb287b0405ed6784a6
parent299df142bb50bacebc0b3050768f941bc95b5b6f
Fix some gcc warnings.

Moving the declaration of send_afs_status() which depends on
struct rc4_context out of afs.h fixes a couple of these:

afs.h:120: warning: 'struct rc4_context' declared inside parameter list
afs.h
command.c