diff options
author | Jeremy Allison <jra@samba.org> | 2000-01-06 01:41:27 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2000-01-06 01:41:27 +0000 |
commit | 8bd94c178ff108bbc6e686e33b99588876ab8a5a (patch) | |
tree | 84f04dbc9bef5f7a85685ba5019440d2163babbb /source3/include | |
parent | eb87c3fbdc83839ff7a0e4d3911d46b1d994d545 (diff) | |
download | samba-8bd94c178ff108bbc6e686e33b99588876ab8a5a.tar.gz samba-8bd94c178ff108bbc6e686e33b99588876ab8a5a.tar.bz2 samba-8bd94c178ff108bbc6e686e33b99588876ab8a5a.zip |
Re-added "dfree command" functionality that was described in the man pages
but was not in the code.
Jeremy.
(This used to be commit f4898a1f16a2dbc25d062b0088d6c589a34c93a0)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index dd25ae1d79..4354447acd 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1128,6 +1128,7 @@ char *lp_lockdir(void); char *lp_rootdir(void); char *lp_defaultservice(void); char *lp_msg_command(void); +char *lp_dfree_command(void); char *lp_hosts_equiv(void); char *lp_auto_services(void); char *lp_passwd_program(void); |