aboutsummaryrefslogtreecommitdiffstats
path: root/src/emc/ini/initraj.hh
blob: 32724e15312c09c57c22eba1d8e37cdc47565874 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/********************************************************************
* Description: initraj.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 INITRAJ_HH
#define INITRAJ_HH

/* initializes traj module from INI file */
extern int iniTraj(const char *filename);

#endif
bues.ch cgit interface