Building cifs.upcall is giving this build warning:
authorSteve French <stevef@smf-t60p.smfdom>
Fri, 12 Sep 2008 20:57:59 +0000 (16:57 -0400)
committerJeff Layton <jlayton@redhat.com>
Fri, 12 Sep 2008 20:57:59 +0000 (16:57 -0400)
commit186eb5b26e29b687e9eab981a0ef673462f68f78
treea27c7acd4d438e86ae27d89356c4c7469225a4fd
parentde0e8337d4fdde8fc3e892710c1f27a697fdcef5
Building cifs.upcall is giving this build warning:

   client/cifs.upcall.c:205: warning: function declaration isn’t a prototype

This patch fixes this by properly declaring usage() args as void.

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