diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-05-22 05:12:18 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-05-22 05:12:18 +0000 |
commit | aa0f5b38aec14428b4b80e06f90ff781f8bca5f1 (patch) | |
tree | 95f3d0c8cb0d59d88900dbbd72110d7ab6e15b2a /doc/manpage.d/ipsec_version_code.3.html | |
parent | 7c383bc22113b23718be89fe18eeb251942d7356 (diff) | |
download | vyos-strongswan-aa0f5b38aec14428b4b80e06f90ff781f8bca5f1.tar.gz vyos-strongswan-aa0f5b38aec14428b4b80e06f90ff781f8bca5f1.zip |
Import initial strongswan 2.7.0 version into SVN.
Diffstat (limited to 'doc/manpage.d/ipsec_version_code.3.html')
-rw-r--r-- | doc/manpage.d/ipsec_version_code.3.html | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/doc/manpage.d/ipsec_version_code.3.html b/doc/manpage.d/ipsec_version_code.3.html new file mode 100644 index 000000000..bcad75a46 --- /dev/null +++ b/doc/manpage.d/ipsec_version_code.3.html @@ -0,0 +1,94 @@ +Content-type: text/html + +<HTML><HEAD><TITLE>Manpage of IPSEC_VERSION</TITLE> +</HEAD><BODY> +<H1>IPSEC_VERSION</H1> +Section: C Library Functions (3)<BR>Updated: 21 Nov 2001<BR><A HREF="#index">Index</A> +<A HREF="http://localhost/cgi-bin/man/man2html">Return to Main Contents</A><HR> + + +<A NAME="lbAB"> </A> +<H2>NAME</H2> + +ipsec ipsec_version_code - get IPsec version code +<BR> + +ipsec ipsec_version_string - get full IPsec version string +<BR> + +ipsec ipsec_copyright_notice - get IPsec copyright notice +<A NAME="lbAC"> </A> +<H2>SYNOPSIS</H2> + +<B>#include <<A HREF="file:/usr/include/freeswan.h">freeswan.h</A>></B> + +<P> +<B>const char *ipsec_version_code(void);</B> + +<BR> + +<B>const char *ipsec_version_string(void);</B> + +<BR> + +<B>const char **ipsec_copyright_notice(void);</B> + +<A NAME="lbAD"> </A> +<H2>DESCRIPTION</H2> + +These functions provide information on version numbering and copyright +of the Linux FreeS/WAN IPsec implementation. +<P> + +<I>Ipsec_version_code</I> + +returns a pointer to a string constant +containing the current IPsec version code, +such as ``1.92'' or ``snap2001Nov19b''. +<P> + +<I>Ipsec_version_string</I> + +returns a pointer to a string constant giving a full version identification, +consisting of the version code preceded by a prefix identifying the software, +e.g. ``Linux FreeS/WAN 1.92''. +<P> + +<I>Ipsec_copyright_notice</I> + +returns a pointer to a vector of pointers, +terminated by a +<B>NULL</B>, + +which is the text of a suitable copyright notice. +Each pointer points to a string constant (possibly empty) which is one line +of the somewhat-verbose copyright notice. +The strings are NUL-terminated and do not contain a newline; +supplying suitable line termination for the output device is +the caller's responsibility. +<A NAME="lbAE"> </A> +<H2>SEE ALSO</H2> + +<A HREF="ipsec.8.html">ipsec</A>(8) +<A NAME="lbAF"> </A> +<H2>HISTORY</H2> + +Written for the FreeS/WAN project by Henry Spencer. +<P> + +<HR> +<A NAME="index"> </A><H2>Index</H2> +<DL> +<DT><A HREF="#lbAB">NAME</A><DD> +<DT><A HREF="#lbAC">SYNOPSIS</A><DD> +<DT><A HREF="#lbAD">DESCRIPTION</A><DD> +<DT><A HREF="#lbAE">SEE ALSO</A><DD> +<DT><A HREF="#lbAF">HISTORY</A><DD> +</DL> +<HR> +This document was created by +<A HREF="http://localhost/cgi-bin/man/man2html">man2html</A>, +using the manual pages.<BR> +Time: 21:40:18 GMT, November 11, 2003 +</BODY> +</HTML> |