Teonet library  0.4.7
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
teo_web_conf.h File Reference

Go to the source code of this file.

Data Structures

struct  teoweb_config
 File: conf.h Author: Kirill Scherba kiril.nosp@m.l@sc.nosp@m.herba.nosp@m..ru More...
 

Typedefs

typedef struct teoweb_config teoweb_config
 File: conf.h Author: Kirill Scherba kiril.nosp@m.l@sc.nosp@m.herba.nosp@m..ru More...
 

Functions

teoweb_configteowebConfigInit ()
 Read teoweb configuration file. More...
 
void teowebConfigRead (teoweb_config *conf, const char *network, int port_param)
 Read configuration fcfg_freeile. More...
 
void teowebConfigFree ()
 

Typedef Documentation

typedef struct teoweb_config teoweb_config

File: conf.h Author: Kirill Scherba kiril.nosp@m.l@sc.nosp@m.herba.nosp@m..ru

Teonet web application configuration module

Created on November 29, 2015, 6:04 AM Teoweb configuration structure

Function Documentation

void teowebConfigFree ( )
teoweb_config* teowebConfigInit ( )

Read teoweb configuration file.

Returns
Pointer to teoweb_config

References malloc().

Referenced by main().

void teowebConfigRead ( teoweb_config conf,
const char *  network,
int  port_param 
)