aboutsummaryrefslogtreecommitdiffstats
path: root/include/errors.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>1998-05-13 17:53:36 +0000
committerWerner Koch <[email protected]>1998-05-13 17:53:36 +0000
commit0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce (patch)
treec569c8c335f811af291181d48bceb336906025a0 /include/errors.h
parentadd DSA key generation (diff)
downloadgnupg-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.tar.gz
gnupg-0e5a31d7be80d1dd1bcdff04dad226f0f49e0cce.zip
can create v4 signatures
Diffstat (limited to 'include/errors.h')
-rw-r--r--include/errors.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/errors.h b/include/errors.h
index 7f60b8715..dc7486598 100644
--- a/include/errors.h
+++ b/include/errors.h
@@ -62,4 +62,9 @@
#define G10ERR_TIME_CONFLICT 40
#define G10ERR_WR_PUBKEY_ALGO 41 /* unusabe pubkey algo */
+
+#ifndef HAVE_STRERROR
+char *strerror( int n );
+#endif
+
#endif /*G10_ERRORS_H*/