Building cifs.upcall is giving this build warning:
authorSteve French <stevef@smf-t60p.smfdom>
Tue, 5 Aug 2008 20:36:11 +0000 (15:36 -0500)
committerSteve French <stevef@smf-t60p.smfdom>
Tue, 5 Aug 2008 20:36:11 +0000 (15:36 -0500)
commit3b6c8bc662e8c14d9869696fc76e56515a4e642a
tree3ce5694c4881b26a3f1b8ed05627bd5922d04313
parentb893729a3dce43b0c04deec82ee89c4b19a0f8ee
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>
(This used to be commit 148a012421cdd875167e708c5dfa771d97bf9856)
source3/client/cifs.upcall.c