summaryrefslogtreecommitdiffstats
path: root/assuan
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2001-12-19 01:20:55 +0100
committerMarcus Brinkmann <mb@g10code.com>2001-12-19 01:20:55 +0100
commit22cf28674ad127a5774d687697cfe1c4f5d0166d (patch)
treeefce528093a29804135642a966f7a78fa2016f40 /assuan
parentassuan/ (diff)
downloadgnupg2-22cf28674ad127a5774d687697cfe1c4f5d0166d.tar.xz
gnupg2-22cf28674ad127a5774d687697cfe1c4f5d0166d.zip
The last log had an incorrect changelog entry, and was missing a fix.
2001-12-14 Marcus Brinkmann <marcus@g10code.de> * assuan-connect.c (assuan_pipe_connect): New argument FD_CHILD_LIST. Don't close those fds. * assuan.h: Likewise for prototype.
Diffstat (limited to 'assuan')
-rw-r--r--assuan/ChangeLog6
-rw-r--r--assuan/assuan.h4
2 files changed, 4 insertions, 6 deletions
diff --git a/assuan/ChangeLog b/assuan/ChangeLog
index 911fa983c..dbf5f43ea 100644
--- a/assuan/ChangeLog
+++ b/assuan/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/assuan/assuan.h b/assuan/assuan.h
index a4f887f6f..cddc98cb4 100644
--- a/assuan/assuan.h
+++ b/assuan/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*/
-
-