summaryrefslogtreecommitdiff
path: root/src/gpg-error.h.in
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2022-10-27 10:53:06 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2022-10-27 10:53:06 +0900
commit43c1e85fe29a52a9debc068d97c5860a4694b821 (patch)
tree01ed6c329c78fa893428769cf84b7f758212599e /src/gpg-error.h.in
parentd3baa17065cb320c904731e0b800224aa9ac9843 (diff)
downloadlibgpg-error-43c1e85fe29a52a9debc068d97c5860a4694b821.tar.gz
spawn: Expose spawn functions.
* src/gpg-error.def.in: Update. * src/gpg-error.vers: Update. * src/gpg-error.h.in: Add declarations. * src/visibility.c: Add implementations. * src/visibility.h: Expose them. -- GnuPG-bug-id: 6249 Signed-off-by: NIIBE Yutaka <gniibe@fsij.org>
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r--src/gpg-error.h.in8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index aca7243..b7cfdcf 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -1082,7 +1082,7 @@ void _gpgrt_log_assert (const char *expr, const char *file, int line,
/*
- * Spawn functions (Not yet available)
+ * Spawn functions
*/
#define GPGRT_SPAWN_NONBLOCK 16 /* Set the streams to non-blocking. */
#define GPGRT_SPAWN_RUN_ASFW 64 /* Use AllowSetForegroundWindow on W32. */
@@ -1091,8 +1091,6 @@ void _gpgrt_log_assert (const char *expr, const char *file, int line,
#define GPGRT_SPAWN_KEEP_STDOUT 512
#define GPGRT_SPAWN_KEEP_STDERR 1024
-#if 0
-
/* Function and convenience macros to create pipes. */
gpg_err_code_t gpgrt_make_pipe (int filedes[2], gpgrt_stream_t *r_fp,
int direction, int nonblock);
@@ -1134,10 +1132,6 @@ void gpgrt_kill_process (pid_t pid);
/* Release process resources identified by PID. */
void gpgrt_release_process (pid_t pid);
-
-#endif /*0*/
-
-
/*
* Option parsing.