From a04bac71356139c62d786f6254d33bd247fb7692 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Mon, 11 May 2009 07:43:07 +0200 Subject: s3:proto.h: remove old param/params.c prototype Michael --- source3/include/proto.h | 7 ------- 1 file changed, 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 ); -- cgit