summaryrefslogtreecommitdiff
path: root/source4/smb_server/smb/negprot.c
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-03-06 15:31:01 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:52:18 -0500
commitb58f6e543d5c8a057831612a1a40e0b7d3919bce (patch)
tree2b776ff6f30392c12088ce2e7dacc69d4391d728 /source4/smb_server/smb/negprot.c
parentc14e67526059f8df87b7b69ad8070573345591b1 (diff)
downloadsamba-b58f6e543d5c8a057831612a1a40e0b7d3919bce.tar.gz
samba-b58f6e543d5c8a057831612a1a40e0b7d3919bce.tar.bz2
samba-b58f6e543d5c8a057831612a1a40e0b7d3919bce.zip
r13865: prefix functions with smbsrv_
metze (This used to be commit 2af96632757ee4bb0261b1871100008b48c5fd4d)
Diffstat (limited to 'source4/smb_server/smb/negprot.c')
-rw-r--r--source4/smb_server/smb/negprot.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/smb_server/smb/negprot.c b/source4/smb_server/smb/negprot.c
index 61be84ca18..c8cd826c75 100644
--- a/source4/smb_server/smb/negprot.c
+++ b/source4/smb_server/smb/negprot.c
@@ -471,7 +471,7 @@ static const struct {
Reply to a negprot.
****************************************************************************/
-void reply_negprot(struct smbsrv_request *req)
+void smbsrv_reply_negprot(struct smbsrv_request *req)
{
int protocol;
uint8_t *p;