summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-29 15:02:49 +0200
committerGünther Deschner <gd@samba.org>2011-04-29 21:01:04 +0200
commitd6289641f5d421d188c37819f5fe8ceeb5a86aba (patch)
treef9b98b0425deedd1f737d72ad25c3bb29c98232e /source3
parente64ffee1c212b6956a993ebb2032f664c0ac5802 (diff)
downloadsamba-d6289641f5d421d188c37819f5fe8ceeb5a86aba.tar.gz
samba-d6289641f5d421d188c37819f5fe8ceeb5a86aba.tar.bz2
samba-d6289641f5d421d188c37819f5fe8ceeb5a86aba.zip
s3-proto: remove remaining nss_info prototypes to nss_info.h
Guenther
Diffstat (limited to 'source3')
-rw-r--r--source3/include/nss_info.h7
-rw-r--r--source3/include/proto.h7
2 files changed, 7 insertions, 7 deletions
diff --git a/source3/include/nss_info.h b/source3/include/nss_info.h
index bf66ef0a8c..f92937e990 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 b4a910917e..c08b204bb0 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,