2008-01-04 Marcus Brinkmann <marcus@g10code.de>
* assuan-pipe-connect.c (_gpgme_io_pipe) (_gpgme_io_spawn) [_ASSUAN_IN_GPGME_BUILD_ASSUAN]: Add prototypes
This commit is contained in:
parent
afbb4ca9d6
commit
b55a4d7b31
@ -1,3 +1,9 @@
|
|||||||
|
2008-01-04 Marcus Brinkmann <marcus@g10code.de>
|
||||||
|
|
||||||
|
* assuan-pipe-connect.c (_gpgme_io_pipe)
|
||||||
|
(_gpgme_io_spawn) [_ASSUAN_IN_GPGME_BUILD_ASSUAN]: Add prototypes
|
||||||
|
to silence compiler warning. Reported by Alon Bar-Lev.
|
||||||
|
|
||||||
2007-09-25 Werner Koch <wk@g10code.com>
|
2007-09-25 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* assuan.h (_assuan_gpg_strerror_r, _assuan_gpg_strsource): Add
|
* assuan.h (_assuan_gpg_strerror_r, _assuan_gpg_strsource): Add
|
||||||
|
@ -39,6 +39,14 @@
|
|||||||
|
|
||||||
#include "assuan-defs.h"
|
#include "assuan-defs.h"
|
||||||
|
|
||||||
|
#ifdef _ASSUAN_IN_GPGME_BUILD_ASSUAN
|
||||||
|
|
||||||
|
int _gpgme_io_pipe (int filedes[2], int inherit_idx);
|
||||||
|
int _gpgme_io_spawn (const char *path, char **argv,
|
||||||
|
struct spawn_fd_item_s *fd_child_list,
|
||||||
|
struct spawn_fd_item_s *fd_parent_list);
|
||||||
|
#endif
|
||||||
|
|
||||||
/* Hacks for Slowaris. */
|
/* Hacks for Slowaris. */
|
||||||
#ifndef PF_LOCAL
|
#ifndef PF_LOCAL
|
||||||
# ifdef PF_UNIX
|
# ifdef PF_UNIX
|
||||||
|
Loading…
Reference in New Issue
Block a user