summaryrefslogtreecommitdiff
path: root/src/gpg-error.h.in
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2022-11-15 09:31:49 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2022-11-15 09:32:22 +0900
commitc580094dbe97249caebdedbf0f584e604fd20240 (patch)
treeb51e47248504a711a03259821e26046b56ac3926 /src/gpg-error.h.in
parent5d30adb5ad376a07576b258b9395adadf5576867 (diff)
downloadlibgpg-error-c580094dbe97249caebdedbf0f584e604fd20240.tar.gz
Revert "spawn: Expose spawn functions."
This reverts commit 43c1e85fe29a52a9debc068d97c5860a4694b821. -- It's a bit early to expose these functions. 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.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/gpg-error.h.in b/src/gpg-error.h.in
index d9b2365..8e22dde 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
+ * Spawn functions (Not yet available)
*/
/* Internal flag to ihnerit file descriptor/handle */
#define GPGRT_SPAWN_INHERIT_FILE 1
@@ -1094,6 +1094,7 @@ 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);
@@ -1140,6 +1141,7 @@ void gpgrt_release_process (gpgrt_process_t process_id);
/* Close all file resources (descriptors), except KEEP_FDS. */
void gpgrt_close_all_fds (int from, int *keep_fds);
+#endif /*0*/
/*
* Option parsing.