]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:smbd: remove duplicate prototypes for sys_utmp_claim() an sys_utmp_yield()
authorMichael Adam <obnox@samba.org>
Thu, 18 Oct 2012 14:06:42 +0000 (16:06 +0200)
committerKarolin Seeger <kseeger@samba.org>
Mon, 29 Oct 2012 12:03:04 +0000 (13:03 +0100)
Signed-off-by: Michael Adam <obnox@samba.org>
(cherry picked from commit 42b0398bdeae8fd7e8ae92ab3a464c3eba9fb0da)

Signed-off-by: Stefan Metzmacher <metze@samba.org>
source3/smbd/proto.h

index 5af4449f79953696d08981a5866deef925ac98b0..dbd148e29ea83995e6f0534896eded91de540b64 100644 (file)
@@ -1100,12 +1100,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  */