cifs.upcall: make most functions static and silence compiler warnings
authorJeff Layton <jlayton@redhat.com>
Sun, 14 Sep 2008 12:37:57 +0000 (08:37 -0400)
committerKarolin Seeger <kseeger@samba.org>
Mon, 12 Jan 2009 09:11:53 +0000 (10:11 +0100)
commit2569ba68468577b8a2a9765d7a88b07d288abfd0
treeb6ee544263c3f69b4fd87e59526390f861845dde
parenteebbae5c99546ca59cba9ffa1600ba2fdba9bfa1
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 99e75f00710be8369d844c58bd208938b902a49e)
source/client/cifs.upcall.c