summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.75.0/src/detect.h
blob: 5c6ec1e2f6cbe4b44c211c0cbb2ab3c7597369a3 (plain)
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 */