1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/** * @file universalindentgui.h * prototypes for universalindentgui.c * * @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 */