1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-17 02:05:21 +03:00

Removed extra unistr_to_dos prototype from msdfs/msdfs.c

(This used to be commit a70c7b9aeff737a807f2348c219aa815705e4218)
This commit is contained in:
Shirish Kalele 2000-05-16 01:23:12 +00:00
parent 651946153e
commit 466338b165

View File

@ -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 );