cifs.upcall: make most functions static and silence compiler warnings
authorJeff Layton <jlayton@redhat.com>
Sun, 14 Sep 2008 12:37:45 +0000 (08:37 -0400)
committerKarolin Seeger <kseeger@samba.org>
Mon, 15 Sep 2008 08:59:29 +0000 (10:59 +0200)
commit326bd60b594ad796604c24b39067495174653d15
treedf3e8795730b86f99e83274473472c88dc8ef4aa
parentcad8e9f04466241ba2d88df75c31779b77873bbb
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>
(cherry picked from commit bc5274eb66ebe40aea3ab917a20f2f353172ca93)
source/client/cifs.upcall.c