diff options
Diffstat (limited to 'source3/include/nss_info.h')
-rw-r--r-- | source3/include/nss_info.h | 7 |
1 files changed, 7 insertions, 0 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_ */ |