aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2024-06-10 05:11:15 +0000
committerNIIBE Yutaka <[email protected]>2024-06-10 05:11:15 +0000
commit31202cc44d78d1a8a4e320f362de92cc102accef (patch)
tree9cb643b385ce803bb9cc1888bd9f67f2ec77e5ca
parentRemove use of _assuan_pipe. (diff)
downloadlibassuan-gniibe/spawn.tar.gz
libassuan-gniibe/spawn.zip
Remove ASSUAN_SPAWN_DETACHED from API.gniibe/spawn
Signed-off-by: NIIBE Yutaka <[email protected]>
-rw-r--r--src/assuan.h.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/assuan.h.in b/src/assuan.h.in
index c8d0bed..8775507 100644
--- a/src/assuan.h.in
+++ b/src/assuan.h.in
@@ -232,8 +232,6 @@ typedef unsigned int (*assuan_io_monitor_t) (assuan_context_t ctx, void *hook,
/* Set the IO monitor function. */
void assuan_set_io_monitor (assuan_context_t ctx,
assuan_io_monitor_t io_monitor, void *hook_data);
-
-#define ASSUAN_SPAWN_DETACHED 128
/*
* Configuration of the default log handler.