Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
teo_web_conf.h
Go to the documentation of this file.
1 
10 #ifndef TEOWEB_CONF_H
11 #define TEOWEB_CONF_H
12 
16 typedef struct teoweb_config {
17 
18  long http_port;
23 
25 
26 #ifdef __cplusplus
27 extern "C" {
28 #endif
29 
30 
32 void teowebConfigRead(teoweb_config *conf, const char *network, int port_param);
33 void teowebConfigFree();
34 
35 
36 #ifdef __cplusplus
37 }
38 #endif
39 
40 #endif /* TEOWEB_CONF_H */
char l0_server_name[KSN_BUFFER_SM_SIZE]
Definition: teo_web_conf.h:20
#define KSN_BUFFER_SM_SIZE
Size of small buffer for string.
Definition: conf.h:16
char auth_server_url[KSN_BUFFER_SM_SIZE]
Definition: teo_web_conf.h:22
long l0_server_port
Definition: teo_web_conf.h:21
File: conf.h Author: Kirill Scherba kirill@scherba.ru
Definition: teo_web_conf.h:16
long http_port
Definition: teo_web_conf.h:18
void teowebConfigRead(teoweb_config *conf, const char *network, int port_param)
Read configuration fcfg_freeile.
Definition: teo_web_conf.c:44
char document_root[KSN_BUFFER_SM_SIZE]
Definition: teo_web_conf.h:19
struct teoweb_config teoweb_config
File: conf.h Author: Kirill Scherba kirill@scherba.ru
teoweb_config * teowebConfigInit()
Read teoweb configuration file.
Definition: teo_web_conf.c:162
void teowebConfigFree()