summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2012-10-18 16:06:42 +0200
committerMichael Adam <obnox@samba.org>2012-10-19 12:14:58 +0200
commit42b0398bdeae8fd7e8ae92ab3a464c3eba9fb0da (patch)
tree76bcd83ee181cc4cbdcdcf5edcc092cd2d234992 /source3/smbd/proto.h
parent8a1c7a0a660d78786adac483ecafa157c3a3dc2e (diff)
downloadsamba-42b0398bdeae8fd7e8ae92ab3a464c3eba9fb0da.tar.gz
samba-42b0398bdeae8fd7e8ae92ab3a464c3eba9fb0da.tar.bz2
samba-42b0398bdeae8fd7e8ae92ab3a464c3eba9fb0da.zip
s3:smbd: remove duplicate prototypes for sys_utmp_claim() an sys_utmp_yield()
Signed-off-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index a01629aaea..809074c6f7 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -1117,12 +1117,6 @@ void sys_utmp_claim(const char *username, const char *hostname,
void sys_utmp_yield(const char *username, const char *hostname,
const char *ip_addr_str,
const char *id_str, int id_num);
-void sys_utmp_yield(const char *username, const char *hostname,
- const char *ip_addr_str,
- const char *id_str, int id_num);
-void sys_utmp_claim(const char *username, const char *hostname,
- const char *ip_addr_str,
- const char *id_str, int id_num);
/* The following definitions come from smbd/vfs.c */