aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetReduce/src/reduce.h
blob: a30a5a73517562fd8ee938e3a53b02a133bf82f8 (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.3 2003/04/30 12:41:02 schnetter Exp $ */

#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) */