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