diff options
author | Michael Adam <obnox@samba.org> | 2009-05-11 07:43:07 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-05-12 08:41:00 +0200 |
commit | a04bac71356139c62d786f6254d33bd247fb7692 (patch) | |
tree | 610c2374c7b3842d07661a9f5494205279859e48 | |
parent | ed443034ae5ab468356a2aa411bdde40715042e1 (diff) | |
download | samba-a04bac71356139c62d786f6254d33bd247fb7692.tar.gz samba-a04bac71356139c62d786f6254d33bd247fb7692.tar.bz2 samba-a04bac71356139c62d786f6254d33bd247fb7692.zip |
s3:proto.h: remove old param/params.c prototype
Michael
-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 ); |