aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/src/ioascii.h
blob: 5e677843c8282fcf2626dc2b54205f4429d99fee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetIOASCII/src/ioascii.h,v 1.4 2002/09/01 14:52:25 schnetter Exp $ */

#ifndef CARPETIOASCII_H
#define CARPETIOASCII_H

#ifdef __cplusplus
namespace CarpetIOASCII {
  extern "C" {
#endif
    
    /* Scheduled functions */
    int CarpetIOASCIIStartup (void);
    
#ifdef __cplusplus
  } /* extern "C" */
} /* namespace CarpetIOASCII */
#endif

#endif /* !defined(CARPETIOASCII_H) */