summaryrefslogtreecommitdiff
path: root/src/include/cctki_Banner.h
blob: 925b09fa457e5165799bf332862943cc85731447 (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
30
 /*@@
   @header    cctki_Banner.h
   @date      Wed Oct 13 16:21:40 CEST 1999
   @author    Gabrielle Allen
   @desc 
   Prototypes and constants for internal banner functions
   @enddesc 
   @version $Header$
 @@*/

#ifndef _CCTKI_BANNER_H_
#define _CCTKI_BANNER_H_

/* Prototypes */

#ifdef __cplusplus 
extern "C" {
#endif

void CCTKi_CactusBanner(void);
int  CCTKi_PrintBanners(void);

#ifdef __cplusplus 
}
#endif

#endif