summaryrefslogtreecommitdiff
path: root/src/include/cctki_WarnLevel.h
blob: 034ca56841cbb3e3835b7b12afeb644db0614386 (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_WarnLevel.h
   @date      Wed Feb 17 00:53:55 1999
   @author    Tom Goodale
   @desc 
   Header for the internal warning functions.
   @enddesc 
 @@*/

#ifndef _CCTKI_WARNLEVEL_H_
#define _CCTKI_WARNLEVEL_H_

#ifdef __cplusplus 
extern "C" {
#endif

int CCTKi_SetWarnLevel(int level);
void CCTKi_FinaliseParamWarn(void);
int CCTKi_SetErrorLevel(int level);
 
#ifdef __cplusplus 
}
#endif

#endif