diff options
Diffstat (limited to 'src/assuan.h')
-rw-r--r-- | src/assuan.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/assuan.h b/src/assuan.h index 7f78c0c..4886608 100644 --- a/src/assuan.h +++ b/src/assuan.h @@ -253,6 +253,7 @@ void assuan_set_io_monitor (assuan_context_t ctx, #define ASSUAN_SYSTEM_HOOKS_VERSION 1 +#define ASSUAN_SPAWN_DETACHED 128 struct assuan_system_hooks { /* Always set to ASSUAN_SYTEM_HOOKS_VERSION. */ |