From 42b0398bdeae8fd7e8ae92ab3a464c3eba9fb0da Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 18 Oct 2012 16:06:42 +0200 Subject: s3:smbd: remove duplicate prototypes for sys_utmp_claim() an sys_utmp_yield() Signed-off-by: Michael Adam --- source3/smbd/proto.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'source3/smbd') 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 */ -- cgit