summaryrefslogtreecommitdiff
path: root/source3/params.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/params.h')
-rw-r--r--source3/params.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/source3/params.h b/source3/params.h
index 253eaa4e7a..b3ccdf74d9 100644
--- a/source3/params.h
+++ b/source3/params.h
@@ -32,14 +32,9 @@ Prototypes and definitions for PARAMS.C.
#include <stdio.h>
#include "smb.h"
-typedef BOOL (* PM_PARMFUNC)(char *pszParmName, char *pszParmValue);
-typedef BOOL (* PM_SECFUNC)(char *pszSectionName);
-
#define PM_NOFILE 1
#define PM_NOFILENAME 2
#define PM_FILEERROR 3
-extern BOOL pm_process(char *pszFileName, PM_SECFUNC sfunc, PM_PARMFUNC pfunc);
-
#endif