cifs.upcall: make most functions static and silence compiler warnings
commit3bddd55319204c930e0bdd13eb2724ae10914a78
authorJeff Layton <jlayton@redhat.com>
Sun, 14 Sep 2008 12:37:05 +0000 (14 08:37 -0400)
committerJeff Layton <jlayton@redhat.com>
Sun, 14 Sep 2008 12:37:05 +0000 (14 08:37 -0400)
tree695d04a53eeea9ae58be9f3358727b426d40c630
parent1933227a8c7fad24e964b4085ecb626f3997a89c
cifs.upcall: make most functions static and silence compiler warnings

...to silence -Wmissing-prototypes and some uninit'ed variable
warnings. Thanks to GD for the extra-paranoid compiler flags.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
source/client/cifs.upcall.c