mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
* assuan.h: Prototype assuan_pipe_connect and assuan_pipe_disconnect.
This commit is contained in:
parent
647001387f
commit
6e41d49e50
@ -96,6 +96,11 @@ int assuan_init_pipe_server (ASSUAN_CONTEXT *r_ctx, int filedes[2]);
|
||||
void assuan_deinit_pipe_server (ASSUAN_CONTEXT ctx);
|
||||
|
||||
|
||||
/*-- assuan-connect.c --*/
|
||||
AssuanError assuan_pipe_connect (ASSUAN_CONTEXT *ctx, const char *name,
|
||||
char *const argv[]);
|
||||
void assuan_pipe_disconnect (ASSUAN_CONTEXT ctx);
|
||||
|
||||
/*-- assuan-util.c --*/
|
||||
void assuan_set_malloc_hooks ( void *(*new_alloc_func)(size_t n),
|
||||
void *(*new_realloc_func)(void *p, size_t n),
|
||||
|
Loading…
x
Reference in New Issue
Block a user