aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetReduce/src/reduce.h
blob: 8591832c1270b99ea0e64edc6a666e648b96d3e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#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) */