diff options
author | Andrew Bartlett <abartlet@samba.org> | 2012-05-28 17:28:04 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-05-30 04:15:12 +0200 |
commit | 9f4b6fa0ccdd5b0f499a26aa246e04d6652befc9 (patch) | |
tree | 1032dd17ca55bfcc509b5faefa1e6b17614c8543 /source3/include | |
parent | 21681569795040c62e5cbd38b39ae4df351cbe23 (diff) | |
download | samba-9f4b6fa0ccdd5b0f499a26aa246e04d6652befc9.tar.gz samba-9f4b6fa0ccdd5b0f499a26aa246e04d6652befc9.tar.bz2 samba-9f4b6fa0ccdd5b0f499a26aa246e04d6652befc9.zip |
s3-param: Use same function name for "max xmit" as lib/param
Again, this helps with merging the FN_ list.
Andrew Bartlett
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 b7bb95998b..b8a2409ab5 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1241,7 +1241,7 @@ int lp_min_wins_ttl(void); int lp_max_log_size(void); int lp_max_open_files(void); int lp_open_files_db_hash_size(void); -int lp_maxxmit(void); +int lp_max_xmit(void); int lp_maxmux(void); int lp_passwordlevel(void); int lp_usernamelevel(void); |