summaryrefslogtreecommitdiff
path: root/src/include/cctk_File.h
blob: 3b8b68d9d552cdab43b6b44e00b27df50de2c22e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
 /*@@
   @header    cctk_File.h
   @date      Mon Oct 18 00:42:35 CEST 1999
   @author    Gabrielle Allen
   @desc 
   Prototypes and constants for File routines
   @enddesc 
   @version $Header$
 @@*/

#ifndef _CCTK_FILE_H_
#define _CCTK_FILE_H_

/* Prototypes */

#ifdef __cplusplus 
extern "C" {
#endif

int CCTK_CreateDirectory(int mode, const char *pathname);

#ifdef __cplusplus 
}
#endif

#endif