cleanup a little namespace pollution
authorAndrew Tridgell <tridge@samba.org>
Mon, 10 Dec 2001 03:21:38 +0000 (03:21 +0000)
committerAndrew Tridgell <tridge@samba.org>
Mon, 10 Dec 2001 03:21:38 +0000 (03:21 +0000)
(This used to be commit e5b484451a37a9ac940b342d70791b09362070ee)

source3/smbd/process.c

index bbccc67f97a06d34ade6e7919fba5abf2f1ba25b..111da3bceff3f512805ff02ce49b04835f60d2c8 100644 (file)
@@ -325,7 +325,7 @@ force write permissions on print services.
    functions. Any message that has a NULL function is unimplemented -
    please feel free to contribute implementations!
 */
-struct smb_message_struct
+static struct smb_message_struct
 {
   char *name;
   int (*fn)(connection_struct *conn, char *, char *, int, int);