1 #ifndef CFGOUTPUT_H
2 #define CFGOUTPUT_H
3 
4 void printcfgfile(void);
5 
6 #endif
7