From 34722c72f687ad8a357656152aed9f6bafab1cad Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 8 Feb 2011 10:45:39 +0100 Subject: pam: share pam errors in a common location. Guenther --- source3/include/proto.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index a50917762f..2f2c62747d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -608,13 +608,6 @@ int ms_fnmatch(const char *pattern, const char *string, bool translate_pattern, bool is_case_sensitive); int gen_fnmatch(const char *pattern, const char *string); -/* The following definitions come from lib/pam_errors.c */ - -NTSTATUS pam_to_nt_status(int pam_error); -int nt_status_to_pam(NTSTATUS nt_status); -NTSTATUS pam_to_nt_status(int pam_error); -int nt_status_to_pam(NTSTATUS nt_status); - /* The following definitions come from lib/pidfile.c */ pid_t pidfile_pid(const char *name); -- cgit