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)
committerMichael Adam <obnox@samba.org>
Fri, 19 Oct 2012 10:14:58 +0000 (12:14 +0200)
Signed-off-by: Michael Adam <obnox@samba.org>
source3/smbd/proto.h

index a01629aaea83f1b198a8b41ac609c71dd26392e9..809074c6f7dd7bf98e04e7d29d857ab08083189b 100644 (file)
@@ -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  */