"Fossies" - the Fresh Open Source Software Archive

Member "netbiff-0.9.18/conf.h" (21 Sep 2003, 266 Bytes) of package /linux/privat/old/netbiff-0.9.18.tar.gz:


As a special service "Fossies" has tried to format the requested source page into HTML format using (guessed) C and C++ source code syntax highlighting (style: standard) with prefixed line numbers and code folding option. Alternatively you can here view or download the uninterpreted source code file.

    1 #ifndef CONF_H
    2 #define CONF_H
    3 
    4 void conf_set_base(const char*);
    5 
    6 int conf_read_options(void);
    7 int conf_read_actions(void);
    8 int conf_read_connections(void);
    9 char *conf_read_data(const char *conn, const char *item);
   10 
   11 unsigned long poll_frequency;
   12 
   13 #endif /* CONF_H */