From 51eedb216b8191094bb625017bb9f0c357a1d171 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 10 Oct 2006 10:47:04 +0000 Subject: portability fixes --- src/assuan-defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/assuan-defs.h') diff --git a/src/assuan-defs.h b/src/assuan-defs.h index 7a96c0f..5bf1b9e 100644 --- a/src/assuan-defs.h +++ b/src/assuan-defs.h @@ -299,7 +299,7 @@ char *stpcpy (char *dest, const char *src); int setenv (const char *name, const char *value, int replace); #endif #ifndef HAVE_PUTC_UNLOCKED -int putc_unlocked (int c, FILE *stream) +int putc_unlocked (int c, FILE *stream); #endif #define DIM(v) (sizeof(v)/sizeof((v)[0])) -- cgit v1.2.3