summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-10-18 15:00:18 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-10-18 15:00:18 +0200
commitb3b6d8f3f91824df11b3f1e61c8ad443c8c65458 (patch)
tree085753caf5650f5023048063cd5b6e2f2a0ad1d1 /source3/include/proto.h
parent593549fc004de05aea23e17c59f9a12254eff33d (diff)
downloadsamba-b3b6d8f3f91824df11b3f1e61c8ad443c8c65458.tar.gz
samba-b3b6d8f3f91824df11b3f1e61c8ad443c8c65458.tar.bz2
samba-b3b6d8f3f91824df11b3f1e61c8ad443c8c65458.zip
Fix const, dupes.
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index cb21f895d1..cab294d8b1 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1237,7 +1237,7 @@ bool file_exist(const char *fname);
bool socket_exist(const char *fname);
time_t file_modtime(const char *fname);
bool directory_exist_stat(char *dname,SMB_STRUCT_STAT *st);
-bool directory_exist(char *dname);
+bool directory_exist(const char *dname);
SMB_OFF_T get_file_size(char *file_name);
char *attrib_string(uint16 mode);
void show_msg(char *buf);