summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2012-01-25 15:19:45 +0100
committerWerner Koch <wk@gnupg.org>2012-01-25 15:19:45 +0100
commit5c00c7cc2901a879927a5756e1bb7ecf49439ebc (patch)
treefbd76300739653097b2e43694f9c5b2027747fe7 /doc
parentdbfbc908121afd1cf3177249d9378fc787a9cff7 (diff)
downloadlibassuan-5c00c7cc2901a879927a5756e1bb7ecf49439ebc.tar.gz
Make new functions also visible on non-W32.
* src/system-posix.c (__assuan_read, __assuan_write, __assuan_recvmsg) (__assuan_sendmsg, __assuan_waitpid): Make functions global. * src/libassuan.vers: Add above functions. * configure.ac: Set version to 2.1.0-git.
Diffstat (limited to 'doc')
-rw-r--r--doc/assuan.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/assuan.texi b/doc/assuan.texi
index 637ad84..1d48391 100644
--- a/doc/assuan.texi
+++ b/doc/assuan.texi
@@ -963,6 +963,12 @@ The following system hook collections are defined by the library for
your convenience:
@table @code
+@item ASSUAN_SYSTEM_NPTH
+System hooks suitable for use with the nPth library.
+@item ASSUAN_SYSTEM_NPTH_IMPL
+The implementation of system hooks for use with the nPth library.
+This must be invoked once somewhere in the application, and defines
+the structure that is referenced by @code{ASSUAN_SYSTEM_NPTH}.
@item ASSUAN_SYSTEM_PTH
System hooks suitable for use with the GNU Pth library.
@item ASSUAN_SYSTEM_PTH_IMPL