From: Michael Adam Date: Thu, 18 Oct 2012 14:06:42 +0000 (+0200) Subject: s3:smbd: remove duplicate prototypes for sys_utmp_claim() an sys_utmp_yield() X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=42b0398bdeae8fd7e8ae92ab3a464c3eba9fb0da;p=metze%2Fsamba%2Fwip.git s3:smbd: remove duplicate prototypes for sys_utmp_claim() an sys_utmp_yield() Signed-off-by: Michael Adam --- diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h index a01629aaea83..809074c6f7dd 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 */