summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorShirish Kalele <kalele@samba.org>2000-05-16 01:23:12 +0000
committerShirish Kalele <kalele@samba.org>2000-05-16 01:23:12 +0000
commit466338b165a19149e7a938bf4302c95dcab82beb (patch)
tree530f2bbfc318bd33422d46b5137f38e632c7ef4e /source3
parent651946153e41354769839fa6cbcfd36fd320efbe (diff)
downloadsamba-466338b165a19149e7a938bf4302c95dcab82beb.tar.gz
samba-466338b165a19149e7a938bf4302c95dcab82beb.tar.bz2
samba-466338b165a19149e7a938bf4302c95dcab82beb.zip
Removed extra unistr_to_dos prototype from msdfs/msdfs.c
(This used to be commit a70c7b9aeff737a807f2348c219aa815705e4218)
Diffstat (limited to 'source3')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index c96c781130..ccfa056ee5 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -882,7 +882,6 @@ int dfs_path_error(char* inbuf, char* outbuf);
int setup_dfs_referral(char* pathname, int max_referral_level,
char** ppdata);
BOOL is_msdfs_volume(connection_struct* conn, char* path);
-void unistr_to_dos(char* dst,char* src) ;
/*The following definitions come from nmbd/asyncdns.c */
@@ -1397,7 +1396,6 @@ char *lp_veto_files(int );
char *lp_hide_files(int );
char *lp_veto_oplocks(int );
char *lp_driverlocation(int );
-
BOOL lp_msdfs_root(int );
BOOL lp_autoloaded(int );
BOOL lp_preexec_close(int );