summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ChangeLog6
-rw-r--r--src/assuan.h4
2 files changed, 4 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 911fa98..dbf5f43 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,8 +1,8 @@
2001-12-14 Marcus Brinkmann <marcus@g10code.de>
- * assuan-buffer.c (_assuan_read_line): New variable ATTICLEN, use
- it to save the length of the attic line.
- Rediddle the code a bit to make it more clear what happens.
+ * assuan-connect.c (assuan_pipe_connect): New argument
+ FD_CHILD_LIST. Don't close those fds.
+ * assuan.h: Likewise for prototype.
2001-12-14 Werner Koch <wk@gnupg.org>
diff --git a/src/assuan.h b/src/assuan.h
index a4f887f..cddc98c 100644
--- a/src/assuan.h
+++ b/src/assuan.h
@@ -147,7 +147,7 @@ void assuan_deinit_pipe_server (ASSUAN_CONTEXT ctx);
/*-- assuan-connect.c --*/
AssuanError assuan_pipe_connect (ASSUAN_CONTEXT *ctx, const char *name,
- char *const argv[]);
+ char *const argv[], int *fd_child_list);
void assuan_pipe_disconnect (ASSUAN_CONTEXT ctx);
pid_t assuan_get_pid (ASSUAN_CONTEXT ctx);
@@ -191,5 +191,3 @@ const char *assuan_strerror (AssuanError err);
}
#endif
#endif /*ASSUAN_H*/
-
-