summaryrefslogtreecommitdiff
path: root/src/include/cctk_Banner.h
blob: 8358c435f7af76f9e403f6718689498e34887ad6 (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
26
27
28
29
 /*@@
   @header    cctk_Banner.h
   @date      Wed Oct 13 16:21:40 CEST 1999
   @author    Gabrielle Allen
   @desc 
   Prototypes and constants for banner functions
   @enddesc 
   @version $Header$
 @@*/

#ifndef _CCTK_BANNER_H_
#define _CCTK_BANNER_H_

/* Prototypes */

#ifdef __cplusplus 
extern "C" {
#endif

int CCTK_RegisterBanner(const char *banner);

#ifdef __cplusplus 
}
#endif

#endif