summaryrefslogtreecommitdiff
path: root/src/emc/ini/initraj.hh
blob: c05e68e3e87a5fb3604b265c2640b92f080b8de7 (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