initool.hh
1 /******************************************************************** 2 * Description: initool.hh 3 * 4 * Derived from a work by Fred Proctor & Will Shackleford 5 * 6 * Author: 7 * License: GPL Version 2 8 * System: Linux 9 * 10 * Copyright (c) 2004 All rights reserved. 11 * 12 * Last change: 13 ********************************************************************/ 14 #ifndef INITOOL_HH 15 #define INITOOL_HH 16 17 /* initializes tool module from ini file */ 18 extern int iniTool(const char *filename); 19 20 #endif