diff options
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 3c14fb5a41..95613ad548 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4252,13 +4252,6 @@ int lp_min_receive_file_size(void); char* lp_perfcount_module(void); -/* The following definitions come from param/params.c */ - -bool pm_process( const char *FileName, - bool (*sfunc)(const char *, void *), - bool (*pfunc)(const char *, const char *, void *), - void *userdata); - /* The following definitions come from param/util.c */ uint32 get_int_param( const char* param ); |