mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s3-proto: remove remaining nss_info prototypes to nss_info.h
Guenther
This commit is contained in:
parent
e64ffee1c2
commit
d6289641f5
@ -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_ */
|
||||
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user