From 216f3ae90881fb1d7301920b9c30f551f24244f3 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 10 Dec 2001 03:21:38 +0000 Subject: cleanup a little namespace pollution (This used to be commit e5b484451a37a9ac940b342d70791b09362070ee) --- source3/smbd/process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/smbd/process.c') diff --git a/source3/smbd/process.c b/source3/smbd/process.c index bbccc67f97..111da3bcef 100644 --- a/source3/smbd/process.c +++ b/source3/smbd/process.c @@ -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); -- cgit