From a7fe86bc02f5b33cfc3c48a4d2e15d3ff94ffa16 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 26 Jun 2007 13:48:44 +0000 Subject: More W32 related changes --- common/util.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'common/util.h') diff --git a/common/util.h b/common/util.h index 39858216f..11595127a 100644 --- a/common/util.h +++ b/common/util.h @@ -40,12 +40,15 @@ #include "../jnlib/utf8conv.h" #include "../jnlib/dynload.h" +#include "init.h" + /* Redefine asprintf by our estream version which uses our own memory allocator.. */ #include "estream-printf.h" #define asprintf estream_asprintf #define vasprintf estream_vasprintf + /* GCC attributes. */ #if __GNUC__ >= 4 # define GNUPG_GCC_A_SENTINEL(a) __attribute__ ((sentinel(a))) @@ -119,8 +122,6 @@ gnupg_copy_time (gnupg_isotime_t d, const gnupg_isotime_t s) strcpy (d, s); } -/*-- init.c --*/ -void init_common_subsystems (void); /*-- signal.c --*/ void gnupg_init_signals (int mode, void (*fast_cleanup)(void)); @@ -170,6 +171,7 @@ char *bin2hexcolon (const void *buffer, size_t length, char *stringbuf); /*-- homedir.c --*/ +const char *standard_homedir (void); const char *default_homedir (void); const char *gnupg_sysconfdir (void); const char *gnupg_bindir (void); -- cgit v1.2.3