summaryrefslogtreecommitdiff
path: root/src/gpg-error.h.in
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2018-03-13 09:57:46 +0100
committerWerner Koch <wk@gnupg.org>2018-03-13 09:57:46 +0100
commitc0d331c063842ab4352e616269788b7c71d63e02 (patch)
treeb94d151a1ebcdec01fdb050a7f3b75b25855e52a /src/gpg-error.h.in
parent863948ab29d1016a271fd7e6d48af316dad4e939 (diff)
downloadlibgpg-error-c0d331c063842ab4352e616269788b7c71d63e02.tar.gz
core: Fix regression due to not exporting the process API.
-- Fixes-commit: 0e503cae75cb1a6aa257228a65941b7630ff35d6 Signed-off-by: Werner Koch <wk@gnupg.org>
Diffstat (limited to 'src/gpg-error.h.in')
-rw-r--r--src/gpg-error.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index e78a6f1..11d4950 100644
--- a/src/gpg-error.h.in
+++ b/src/gpg-error.h.in
@@ -1029,12 +1029,12 @@ void _gpgrt_log_assert (const char *expr, const char *file, int line,
/*
* Spawn functions (Not yet available)
*/
-#if 0
-
#define GPGRT_SPAWN_NONBLOCK 16 /* Set the streams to non-blocking. */
#define GPGRT_SPAWN_RUN_ASFW 64 /* Use AllowSetForegroundWindow on W32. */
#define GPGRT_SPAWN_DETACHED 128 /* Start the process in the background. */
+#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);