summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMoritz Schulte <mo@g10code.com>2004-08-18 13:28:29 +0000
committerMoritz Schulte <mo@g10code.com>2004-08-18 13:28:29 +0000
commitc98e17e0f5f39f5d10d046690ba6bf7108eb65a9 (patch)
tree3acdacb679ff3be44078a410dcf66e2b256f6913 /doc
parent4394ce19c04ea78ecf864dc530511718459b121d (diff)
downloadlibgcrypt-c98e17e0f5f39f5d10d046690ba6bf7108eb65a9.tar.gz
Improved.
Diffstat (limited to 'doc')
-rw-r--r--doc/gcrypt.texi4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/gcrypt.texi b/doc/gcrypt.texi
index 900d38f5..b99464d6 100644
--- a/doc/gcrypt.texi
+++ b/doc/gcrypt.texi
@@ -490,7 +490,9 @@ command of GCRYCTL_SET_THREAD_CBS in order to register the thread
callback structure named ``gcry_threads_pthread''.
@end table
-Note that these macros need to be terminated with a semicolon.
+Note that these macros need to be terminated with a semicolon. Keep
+in mind that these are convenient macros for C programmers; C++
+programmers might have to wrap these macros in an ``extern C'' body.
@c **********************************************************
@c ******************* General ****************************