aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetReduce/src/reduce.h
blob: b9863d4172d094a13d5f64448acc50676efbd3d2 (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/CarpetReduce/src/reduce.h,v 1.2 2002/09/01 14:52:27 schnetter Exp $ */

#ifndef CARPETREDUCE_H
#define CARPETREDUCE_H

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

#endif /* !defined(CARPETREDUCE_H) */