aboutsummaryrefslogtreecommitdiffstats
path: root/assuan/assuan.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--assuan/assuan.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/assuan/assuan.h b/assuan/assuan.h
index 6fa0952a7..b70b1613d 100644
--- a/assuan/assuan.h
+++ b/assuan/assuan.h
@@ -76,8 +76,8 @@ int assuan_register_command (ASSUAN_CONTEXT ctx,
/*-- assuan-pipe-server.c --*/
-
-
+int assuan_init_pipe_server (ASSUAN_CONTEXT *r_ctx, int filedes[2]);
+void assuan_deinit_pipe_server (ASSUAN_CONTEXT ctx);
/*-- assuan-util.c --*/
@@ -85,6 +85,8 @@ void assuan_set_malloc_hooks ( void *(*new_alloc_func)(size_t n),
void *(*new_realloc_func)(void *p, size_t n),
void (*new_free_func)(void*) );
+/*-- assuan-errors.c (built) --*/
+const char *assuan_strerror (AssuanError err);
#ifdef __cplusplus