summaryrefslogtreecommitdiffstats
path: root/debian/uncrustify-trinity/uncrustify-trinity-0.78.1/src/universalindentgui.h
blob: 79a41bf57451856243100ef57cbafd63aade47a6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/**
 * @file universalindentgui.h
 * prototypes for universalindentgui.cpp
 *
 * @author  Ben Gardner
 * @license GPL v2+
 */
#ifndef UNIVERSALINDENTGUI_H_INCLUDED
#define UNIVERSALINDENTGUI_H_INCLUDED

#include "uncrustify_types.h"


void print_universal_indent_cfg(FILE *pfile);


#endif /* UNIVERSALINDENTGUI_H_INCLUDED */