aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetIOASCII/src/ioascii.h
blob: d2e5c549b5183da8ae44aa2b9a71028edb95fa39 (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.5 2003/11/05 16:18:37 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) */