summaryrefslogtreecommitdiff
path: root/src/include/cctki_Parameter.h
blob: 85c645d5de45f32ea94de694868761bbea76fb32 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
 /*@@
   @header    cctki_Parameter.h
   @date      Wed Sep 15 22:49:24 1999
   @author    Tom Goodale
   @desc 
   Internal parameter prototypes
   @enddesc 
   @version $Header$
 @@*/

#ifndef _CCTKI_PARAMETER_H_
#define _CCTKI_PARAMETER_H_

#ifdef __cplusplus
extern "C" 
{
#endif

int CCTKi_SetParameter(const char *parameter, const char *value);

#ifdef __cplusplus
}
#endif

#endif /* _CCTKI_PARAMETER_H_ */