summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorBjörn Jacke <bj@sernet.de>2010-09-16 22:18:45 +0200
committerBjörn Jacke <bj@sernet.de>2010-09-16 22:18:45 +0200
commit66ad6c75e9efbd9837c70a716b556520c0279597 (patch)
tree005d1f7c0df5c9314328ff64ab2c151303b3fabf /source3/include
parent6bc68fabb81d019e017d7f51fdd0b275b3f78609 (diff)
downloadsamba-66ad6c75e9efbd9837c70a716b556520c0279597.tar.gz
samba-66ad6c75e9efbd9837c70a716b556520c0279597.tar.bz2
samba-66ad6c75e9efbd9837c70a716b556520c0279597.zip
ѕ3: remove smb_msleep prototype from here
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 6fe8f641ba..7796e055b9 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1153,7 +1153,6 @@ char *unix_clean_name(TALLOC_CTX *ctx, const char *s);
char *clean_name(TALLOC_CTX *ctx, const char *s);
ssize_t write_data_at_offset(int fd, const char *buffer, size_t N, SMB_OFF_T pos);
int set_blocking(int fd, bool set);
-void smb_msleep(unsigned int t);
NTSTATUS reinit_after_fork(struct messaging_context *msg_ctx,
struct event_context *ev_ctx,
struct server_id id,