fixed sxmp_* man;
This commit is contained in:
parent
dc237989c6
commit
2a3fd5d70a
@ -1,7 +1,7 @@
|
|||||||
man_MANS = sxmsg_rreply.3 connections_create.3 connections_init.3 connections_destroy.3 connections_free.3 \
|
man_MANS = sxmsg_rreply.3 connections_create.3 connections_init.3 connections_destroy.3 connections_free.3 \
|
||||||
sntl_init.3 connections_setsslserts.3 connections_set_priv.3 connections_get_priv.3 \
|
sxmp_init.3 connections_setsslserts.3 connections_set_priv.3 connections_get_priv.3 \
|
||||||
connections_set_ondestroy.3 connections_set_onpulse.3 connections_set_sslvalidate.3 \
|
connections_set_ondestroy.3 connections_set_onpulse.3 connections_set_sslvalidate.3 \
|
||||||
connections_set_authcheck.3 connections_set_rpcvalidator.3 connections_set_channelcall.3 \
|
connections_set_authcheck.3 connections_set_rpcvalidator.3 connections_set_channelcall.3 \
|
||||||
connection_master_link.3 connection_link.3 connection_close.3 sxchannel_open.3 \
|
connection_master_link.3 connection_link.3 connection_close.3 sxchannel_open.3 \
|
||||||
sxchannel_close.3 sxmsg_send.3 sxmsg_send_pp.3 sxmsg_clean.3 sntl_finalize.3 sxmsg_pulse.3 \
|
sxchannel_close.3 sxmsg_send.3 sxmsg_send_pp.3 sxmsg_clean.3 sxmp_finalize.3 sxmsg_pulse.3 \
|
||||||
sxmsg_reply.3 sxmsg_reply_pp.3 sxmsg_return.3 sxmsg_return_pp.3
|
sxmsg_reply.3 sxmsg_reply_pp.3 sxmsg_return.3 sxmsg_return_pp.3
|
||||||
|
@ -1 +0,0 @@
|
|||||||
sntl_init.3
|
|
1
man/sxmp_finalize.3
Symbolic link
1
man/sxmp_finalize.3
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
sxmp_init.3
|
@ -1,24 +1,24 @@
|
|||||||
.TH SNTL_INIT 3 "20 July 2015" "SNTLLv2" "SNTL Library Manual"
|
.TH SXMP_INIT 3 "20 July 2015" "SXMPLv2" "SXMP Library Manual"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
sntl_init \- Initialize all required globals to run sntl library functions
|
sxmp_init \- Initialize all required globals to run sxmp library functions
|
||||||
.br
|
.br
|
||||||
sntl_finalize \- Destroy all allocated resources for SNTL operation
|
sxmp_finalize \- Destroy all allocated resources for SXMP operation
|
||||||
.br
|
.br
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B #include <sntl/sntllv2.h>
|
.B #include <sxmp/sxmp.h>
|
||||||
.sp
|
.sp
|
||||||
int sntl_init(void);
|
int sxmp_init(void);
|
||||||
|
|
||||||
void sntl_finalize(void);
|
void sxmp_finalize(void);
|
||||||
.br
|
.br
|
||||||
.sp
|
.sp
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
.B sntl_init
|
.B sxmp_init
|
||||||
will initialize all globals required to run sntl related functions, it mostly about
|
will initialize all globals required to run sxmp related functions, it mostly about
|
||||||
openssl library initialization.
|
openssl library initialization.
|
||||||
.br
|
.br
|
||||||
.B sntl_finalize
|
.B sxmp_finalize
|
||||||
will destroy all resources allocated for SNTL library operation.
|
will destroy all resources allocated for SXMP library operation.
|
||||||
.SH RETURN VALUE
|
.SH RETURN VALUE
|
||||||
Always returns
|
Always returns
|
||||||
.B 0
|
.B 0
|
||||||
@ -31,18 +31,18 @@ None known yet.
|
|||||||
.SH EXAMPLE
|
.SH EXAMPLE
|
||||||
None.
|
None.
|
||||||
.SH APPLICATION USAGE
|
.SH APPLICATION USAGE
|
||||||
Call this function from the main thread before using sntl library. Otherwise it will not works. There are also
|
Call this function from the main thread before using sxmp library. Otherwise it will not works. There are also
|
||||||
useful to know if you are using other openssl functionality there are no need to initialize globals for it.
|
useful to know if you are using other openssl functionality there are no need to initialize globals for it.
|
||||||
.br
|
.br
|
||||||
If you are using openssl, don't call
|
If you are using openssl, don't call
|
||||||
.B sntl_finalize
|
.B sxmp_finalize
|
||||||
until you will finish with them.
|
until you will finish with them.
|
||||||
.SH RATIONALE
|
.SH RATIONALE
|
||||||
None.
|
None.
|
||||||
.SH SEE ALSO
|
.SH SEE ALSO
|
||||||
.BI connections_create(3)
|
.BI sxhub_create(3)
|
||||||
,
|
,
|
||||||
.BI connections_destroy(3)
|
.BI sxhub_destroy(3)
|
||||||
.SH COPYRIGHT
|
.SH COPYRIGHT
|
||||||
This is a proprietary software. See COPYING for further details.
|
This is a proprietary software. See COPYING for further details.
|
||||||
.br
|
.br
|
Loading…
x
Reference in New Issue
Block a user