ѕ3: remove smb_msleep prototype from here
authorBjörn Jacke <bj@sernet.de>
Thu, 16 Sep 2010 20:18:45 +0000 (22:18 +0200)
committerBjörn Jacke <bj@sernet.de>
Thu, 16 Sep 2010 20:18:45 +0000 (22:18 +0200)
source3/include/proto.h

index 6fe8f641ba28fe93a3e9f78d6511aed8c564e813..7796e055b9d011ff48ba406a261e9088408b5c29 100644 (file)
@@ -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,