From: Günther Deschner Date: Fri, 29 Apr 2011 13:02:49 +0000 (+0200) Subject: s3-proto: remove remaining nss_info prototypes to nss_info.h X-Git-Url: http://git.samba.org/samba.git/?p=kai%2Fsamba.git;a=commitdiff_plain;h=d6289641f5d421d188c37819f5fe8ceeb5a86aba s3-proto: remove remaining nss_info prototypes to nss_info.h Guenther --- diff --git a/source3/include/nss_info.h b/source3/include/nss_info.h index bf66ef0a8cc..f92937e990d 100644 --- a/source3/include/nss_info.h +++ b/source3/include/nss_info.h @@ -95,5 +95,12 @@ NTSTATUS nss_map_from_alias( TALLOC_CTX *mem_ctx, const char *domain, NTSTATUS nss_close( const char *parameters ); +/* The following definitions come from winbindd/nss_info.c */ + + +/* The following definitions come from winbindd/nss_info_template.c */ + +NTSTATUS nss_info_template_init( void ); + #endif /* _IDMAP_NSS_H_ */ diff --git a/source3/include/proto.h b/source3/include/proto.h index b4a910917e4..c08b204bb0b 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2782,13 +2782,6 @@ int sessionid_traverse_read(int (*fn)(const char *key, char *stdin_new_passwd( void); char *get_pass( const char *prompt, bool stdin_get); -/* The following definitions come from winbindd/nss_info.c */ - - -/* The following definitions come from winbindd/nss_info_template.c */ - -NTSTATUS nss_info_template_init( void ); - /* The following definitions come from lib/avahi.c */ struct AvahiPoll *tevent_avahi_poll(TALLOC_CTX *mem_ctx,