1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
/** * @file detect.h * prototypes for detect.c * * @author Ben Gardner * @license GPL v2+ */ #ifndef DETECT_H_INCLUDED #define DETECT_H_INCLUDED //! Call all the detect_xxxx() functions void detect_options(void); #endif /* DETECT_H_INCLUDED */