diff options
author | Werner Koch <[email protected]> | 2006-10-10 10:47:04 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2006-10-10 10:47:04 +0000 |
commit | 51eedb216b8191094bb625017bb9f0c357a1d171 (patch) | |
tree | 149263e7a4188a3c59110a943b0c7a2a343f462f /src/assuan-defs.h | |
parent | Splitted up into a standad lib and an pth enabled one. (diff) | |
download | libassuan-0.9.3.tar.gz libassuan-0.9.3.zip |
portability fixeslibassuan-0.9.3
Diffstat (limited to 'src/assuan-defs.h')
-rw-r--r-- | src/assuan-defs.h | 2 |
1 files changed, 1 insertions, 1 deletions
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])) |