summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorShirish Kalele <kalele@samba.org>2000-03-10 23:13:11 +0000
committerShirish Kalele <kalele@samba.org>2000-03-10 23:13:11 +0000
commitd50abdee22f1573890e16bd4f2a70fe2b20b53fe (patch)
treee2195d2961ec828d63ec4080449f2f98075f5b2c /source3/include/proto.h
parentf2d86add3840e2f98d57a841721d71ee8b0e5244 (diff)
downloadsamba-d50abdee22f1573890e16bd4f2a70fe2b20b53fe.tar.gz
samba-d50abdee22f1573890e16bd4f2a70fe2b20b53fe.tar.bz2
samba-d50abdee22f1573890e16bd4f2a70fe2b20b53fe.zip
Cleaned up unused variables, returns from non-void functions etc.
(This used to be commit 6ce72c37429c3fc0629fdbd5f5656f07970a8e4a)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index d65c5a5d64..5db9f300d2 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -803,8 +803,6 @@ int share_mode_forall(SHAREMODE_FN(fn));
/*The following definitions come from msdfs/msdfs.c */
-void create_nondfs_path(char* pathname, struct dfs_path* pdp);
-BOOL parse_dfs_path(char* pathname, struct dfs_path* pdp);
BOOL dfs_redirect(char* pathname, connection_struct* conn);
BOOL dfs_findfirst_redirect(char* pathname, connection_struct* conn);
int setup_dfs_referral(char* pathname, int max_referral_level,
@@ -812,7 +810,7 @@ int setup_dfs_referral(char* pathname, int max_referral_level,
int dfs_path_error(char* inbuf, char* outbuf);
int setup_dfs_referral(char* pathname, int max_referral_level,
char** ppdata);
-void unistr_to_dos(char* dst,uint16* src) ;
+void unistr_to_dos(char* dst,char* src) ;
/*The following definitions come from msdfs/msdfs_tdb.c */
@@ -825,9 +823,7 @@ void msdfs_end(void);
/*The following definitions come from msdfs/parse_dfs_map.c */
-BOOL parse_referral(char* s, struct referral* ref);
void load_dfsmaps(void);
-BOOL load_dfsmap(char* fname, int snum);
void load_dfsmaps(void);
/*The following definitions come from nmbd/asyncdns.c */