aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetReduce/src/reduce.h
blob: 905491debae56b8c56dae8d62c9d807d22db06c1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* $Header:$ */

#ifndef CARPETREDUCE_H
#define CARPETREDUCE_H

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

#endif /* !defined(CARPETREDUCE_H) */