summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2001-12-10 03:21:38 +0000
committerAndrew Tridgell <tridge@samba.org>2001-12-10 03:21:38 +0000
commite5b484451a37a9ac940b342d70791b09362070ee (patch)
tree596117794e5c600349b6141a42b57a7165d969cf
parent75ad6df18454022372526332dcde51bcb4285b97 (diff)
downloadsamba-e5b484451a37a9ac940b342d70791b09362070ee.tar.gz
cleanup a little namespace pollution
-rw-r--r--source/smbd/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/process.c b/source/smbd/process.c
index bbccc67f97a..111da3bceff 100644
--- a/source/smbd/process.c
+++ b/source/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);