"Fossies" - the Fresh Open Source Software Archive

Member "tlswrap-1.04/config.h" (25 Nov 2006, 360 Bytes) of package /linux/privat/old/tlswrap-1.04.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. For more information about "config.h" see the Fossies "Dox" file reference documentation.

    1 #ifndef __CONFIG_H__
    2 #define __CONFIG_H__
    3 void    egd_check(char *, int);
    4 void    read_config(int, char * const *, unsigned int *, char *, int,
    5         int *, char *, int, char *, int, unsigned int *,
    6         unsigned int *, char *, int, char *, int, int *, char*, int, int*, int*,
    7         int *, char *, int, char *, int, char *, int, char*, int);
    8 void    usage(void);
    9 #endif