aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetReduce/src/reduce.h
blob: 9580fbfa1edb4ae8e5af1f1d49a718d30bc90c59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetReduce/src/reduce.h,v 1.1 2001/12/11 13:08:58 schnetter Exp $ */

#ifndef CARPETREDUCE_H
#define CARPETREDUCE_H

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

#endif /* !defined(CARPETREDUCE_H) */