summaryrefslogtreecommitdiff
path: root/source3/smbd/proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-07-29 16:14:39 +0200
committerVolker Lendecke <vl@samba.org>2011-07-29 16:43:17 +0200
commit0102c6e2bc289352ab726d68956c126727cf8d81 (patch)
treec8c70d9814e7f8cf41dfccb831199935d0ab642f /source3/smbd/proto.h
parent6d67d41444aef527215d985bdcdb0f214de875f9 (diff)
downloadsamba-0102c6e2bc289352ab726d68956c126727cf8d81.tar.gz
samba-0102c6e2bc289352ab726d68956c126727cf8d81.tar.bz2
samba-0102c6e2bc289352ab726d68956c126727cf8d81.zip
s3: Make is_executable() available in lib/
Diffstat (limited to 'source3/smbd/proto.h')
-rw-r--r--source3/smbd/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/smbd/proto.h b/source3/smbd/proto.h
index 763a946a16..02c82f7d2a 100644
--- a/source3/smbd/proto.h
+++ b/source3/smbd/proto.h
@@ -589,7 +589,6 @@ NTSTATUS change_dir_owner_to_parent(connection_struct *conn,
const char *inherit_from_dir,
const char *fname,
SMB_STRUCT_STAT *psbuf);
-bool is_executable(const char *fname);
bool is_stat_open(uint32 access_mask);
bool request_timed_out(struct timeval request_time,
struct timeval timeout);