JunkBox_Lib  1.10.2
isnet.h
Go to the documentation of this file.
1 #ifndef __JBXL_INFO_SYSTEM_NET_H_
2 #define __JBXL_INFO_SYSTEM_NET_H_
3 
19 #include "password.h"
20 #include "cipher.h"
21 #include "xtools.h"
22 
23 #include "dh_tool.h"
24 #include "ssl_tool.h"
25 #include "ldap_tool.h"
26 
27 
28 #ifdef ENABLE_SSL
29 
30 
31 // サーバ側でのコマンド受信処理
35 
36 
37 #include "isnet_server.h"
38 
39 #include "isnet_client.h"
40 
41 
42 #endif // ENABLE_SSL
43 #endif // __JBXL_INFO_SYSTEM_NET_H_
44 
暗号用ライブラリヘッダ
Buffer get_operand(Buffer)
Definition: isnet.c:65
Buffer get_comment(Buffer)
Definition: isnet.c:87
Buffer get_command(Buffer)
Definition: isnet.c:36
LDAP用ライブラリ ヘッダ
パスワードライブラリ ヘッダ
Definition: buffer.h:35
汎用拡張ツールヘッダ