gnutls-guile.info   gnutls-guile.info 
File: gnutls-guile.info, Node: Top, Next: Preface, Up: (dir) File: gnutls-guile.info, Node: Top, Next: Preface, Up: (dir)
GnuTLS-Guile GnuTLS-Guile
************ ************
This manual is last updated 19 January 2015 for version 3.4.4 of GnuTLS. This manual is last updated 19 January 2015 for version 3.4.5 of GnuTLS.
Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc. Copyright (C) 2001-2012, 2014 Free Software Foundation, Inc.
Permission is granted to copy, distribute and/or modify this Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation License, document under the terms of the GNU Free Documentation License,
Version 1.3 or any later version published by the Free Software Version 1.3 or any later version published by the Free Software
Foundation; with no Invariant Sections, no Front-Cover Texts, and Foundation; with no Invariant Sections, no Front-Cover Texts, and
no Back-Cover Texts. A copy of the license is included in the no Back-Cover Texts. A copy of the license is included in the
section entitled "GNU Free Documentation License". section entitled "GNU Free Documentation License".
skipping to change at line 112 skipping to change at line 112
$ LD_LIBRARY_PATH=/usr/local/lib GUILE_LOAD_PATH=/usr/local/share/guil e/site guile $ LD_LIBRARY_PATH=/usr/local/lib GUILE_LOAD_PATH=/usr/local/share/guil e/site guile
guile> (use-modules (gnutls)) guile> (use-modules (gnutls))
guile> guile>
To check that you got the intended GnuTLS library version, you may print To check that you got the intended GnuTLS library version, you may print
the version number of the loaded library as follows: the version number of the loaded library as follows:
$ guile $ guile
guile> (use-modules (gnutls)) guile> (use-modules (gnutls))
guile> (gnutls-version) guile> (gnutls-version)
"3.4.4" "3.4.5"
guile> guile>
File: gnutls-guile.info, Node: Guile API Conventions, Next: Guile Example s, Prev: Guile Preparations, Up: Top File: gnutls-guile.info, Node: Guile API Conventions, Next: Guile Example s, Prev: Guile Preparations, Up: Top
3 Guile API Conventions 3 Guile API Conventions
*********************** ***********************
This chapter details the conventions used by Guile API, as well as This chapter details the conventions used by Guile API, as well as
specificities of the mapping of the C API to Scheme. specificities of the mapping of the C API to Scheme.
 End of changes. 2 change blocks. 
2 lines changed or deleted 2 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/