summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorSteven Danneman <steven.danneman@isilon.com>2009-02-20 15:10:21 -0800
committerSteven Danneman <steven.danneman@isilon.com>2009-02-20 16:30:12 -0800
commit116ce19b10a1fd60776764974ad50776ff7c4714 (patch)
tree9b89a37dbcc8b4d7ebed324d5960f3fd550fc3d6 /source3/include
parent5bd7f9c61bb2fea1867ac6657c9b30799ba49d8f (diff)
downloadsamba-116ce19b10a1fd60776764974ad50776ff7c4714.tar.gz
samba-116ce19b10a1fd60776764974ad50776ff7c4714.tar.bz2
samba-116ce19b10a1fd60776764974ad50776ff7c4714.zip
Moved become_daemon() and close_low_fds() to shared util lib
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 1ac2ac23fb..587bb29042 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1139,11 +1139,9 @@ int set_message_bcc(char *buf,int num_bytes);
ssize_t message_push_blob(uint8 **outbuf, DATA_BLOB blob);
char *unix_clean_name(TALLOC_CTX *ctx, const char *s);
char *clean_name(TALLOC_CTX *ctx, const char *s);
-void close_low_fds(bool stderr_too);
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);
-void become_daemon(bool Fork, bool no_process_group);
bool reinit_after_fork(struct messaging_context *msg_ctx,
struct event_context *ev_ctx,
bool parent_longlived);