summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-05-11 07:43:07 +0200
committerKarolin Seeger <kseeger@samba.org>2009-05-26 09:39:16 +0200
commit3a0a5632faa1aa9e06656d7f2f9027440d0aec00 (patch)
treefe6cd1272de7701c8b48ad6b36a3b995b719624e /source3/include
parentf0207897a565913efdcba0d0592a500a8868ced9 (diff)
downloadsamba-3a0a5632faa1aa9e06656d7f2f9027440d0aec00.tar.gz
samba-3a0a5632faa1aa9e06656d7f2f9027440d0aec00.tar.xz
samba-3a0a5632faa1aa9e06656d7f2f9027440d0aec00.zip
s3:proto.h: remove old param/params.c prototype
Michael (cherry picked from commit a04bac71356139c62d786f6254d33bd247fb7692) (cherry picked from commit b0a46b6abd265e484e89912eb7b9e1feb1b917c2)
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 7166461c089..718e0a9bc6e 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -4354,13 +4354,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 );