summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-05-11 07:43:07 +0200
committerMichael Adam <obnox@samba.org>2009-05-12 08:41:00 +0200
commita04bac71356139c62d786f6254d33bd247fb7692 (patch)
tree610c2374c7b3842d07661a9f5494205279859e48 /source3/include
parented443034ae5ab468356a2aa411bdde40715042e1 (diff)
downloadsamba-a04bac71356139c62d786f6254d33bd247fb7692.tar.gz
samba-a04bac71356139c62d786f6254d33bd247fb7692.tar.bz2
samba-a04bac71356139c62d786f6254d33bd247fb7692.zip
s3:proto.h: remove old param/params.c prototype
Michael
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h7
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 );