diff options
author | Volker Lendecke <vl@samba.org> | 2009-02-14 18:25:33 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-02-14 22:01:03 +0100 |
commit | 913c547cf6a232c0f0021ef5fa548a3034813b6f (patch) | |
tree | 5b6029c93408425035355c724ca3970cb31f3899 /source3/include | |
parent | b08e24a44ccfea3c1f61a4e796641797cdc2bb11 (diff) | |
download | samba-913c547cf6a232c0f0021ef5fa548a3034813b6f.tar.gz samba-913c547cf6a232c0f0021ef5fa548a3034813b6f.tar.bz2 samba-913c547cf6a232c0f0021ef5fa548a3034813b6f.zip |
Rename lp_smb_perfcount_module() to lp_perfcount_module() to match the parameter name
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index bfbf972be7..8a5d649b48 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4395,7 +4395,7 @@ void lp_set_posix_pathnames(void); enum brl_flavour lp_posix_cifsu_locktype(files_struct *fsp); void lp_set_posix_default_cifsx_readwrite_locktype(enum brl_flavour val); int lp_min_receive_file_size(void); -char* lp_smb_perfcount_module(void); +char* lp_perfcount_module(void); /* The following definitions come from param/params.c */ |