summaryrefslogtreecommitdiffstats
path: root/source3
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2011-04-29 15:02:49 +0200
committerKarolin Seeger <kseeger@samba.org>2011-05-17 09:17:18 +0200
commit92686c23a1a1e3a4bf18c1100a7ec2fab1985aaf (patch)
treee42ca511c56ddcead6d9e32a1c75b30fa90fa9c7 /source3
parentfb0dfe47872ecabb12da98da7847983c56934f09 (diff)
downloadsamba-92686c23a1a1e3a4bf18c1100a7ec2fab1985aaf.tar.gz
samba-92686c23a1a1e3a4bf18c1100a7ec2fab1985aaf.tar.xz
samba-92686c23a1a1e3a4bf18c1100a7ec2fab1985aaf.zip
s3-proto: remove remaining nss_info prototypes to nss_info.h
Guenther (cherry picked from commit d6289641f5d421d188c37819f5fe8ceeb5a86aba) (cherry picked from commit fb85cf65b0cc36a568df03dd0fbc6a605fa17b08)
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 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 6c76029058c..fedc951e9ad 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -2803,13 +2803,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,