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:
Marcus Brinkmann 2008-01-04 16:06:42 +00:00
parent afbb4ca9d6
commit b55a4d7b31
2 changed files with 14 additions and 0 deletions

View File

@ -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>
* assuan.h (_assuan_gpg_strerror_r, _assuan_gpg_strsource): Add

View File

@ -39,6 +39,14 @@
#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. */
#ifndef PF_LOCAL
# ifdef PF_UNIX