Fixed extern definition of cnum in clitar.c
authorJeremy Allison <jra@samba.org>
Tue, 29 Sep 1998 22:52:38 +0000 (22:52 +0000)
committerJeremy Allison <jra@samba.org>
Tue, 29 Sep 1998 22:52:38 +0000 (22:52 +0000)
Jeremy
(This used to be commit 6c08f3b81c8039e458e0b27d6649060bf6cf6c13)

source3/client/clitar.c

index 0f3d54fcc094c6eb9bdc67138edd3d7180e20ed7..0a9b7fd1a88d3160b91c63828cb99df5b1c9fcf5 100644 (file)
@@ -115,7 +115,7 @@ static BOOL must_free_cliplist = False;
 
 extern file_info def_finfo;
 extern BOOL lowercase;
-extern int cnum;
+extern uint16 cnum;
 extern BOOL readbraw_supported;
 extern int max_xmit;
 extern pstring cur_dir;