You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
253 B

/**
* @file detect.h
* prototypes for detect.cpp
*
* @author Ben Gardner
* @license GPL v2+
*/
#ifndef DETECT_H_INCLUDED
#define DETECT_H_INCLUDED
//! Call all the detect_xxxx() functions
void detect_options();
#endif /* DETECT_H_INCLUDED */