cifs.upcall: make most functions static and silence compiler warnings
authorJeff Layton <jlayton@redhat.com>
Sat, 13 Sep 2008 01:13:54 +0000 (21:13 -0400)
committerJeff Layton <jlayton@redhat.com>
Sat, 13 Sep 2008 01:13:54 +0000 (21:13 -0400)
commit56d5149dc68c30079fc533f5b6f6adbb1f47f246
treea072640c8fc619355b89902274dbeb454616cadb
parentc7b75de96269e55f07a3e788e5c99067e291e069
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>
(This used to be commit f0ee2c145fa031f91c28a69a44b7652f18eea0f0)
source3/client/cifs.upcall.c