474f56a016e1ec149af5603567d4d4aa485961bb
[oweals/cde.git] / cde / programs / dtcreate / fileio.h
1 /* $XConsortium: fileio.h /main/5 1995/11/01 16:14:03 rswiston $ */
2 /***************************************************************************/
3 /*                                                                         */
4 /*  fileio.h                                                               */
5 /*                                                                         */
6 /***************************************************************************/
7
8 #ifndef _FILEIO_H_INCLUDED
9 #define _FILEIO_H_INCLUDED
10
11 #ifndef STORAGECLASS
12 #ifdef  NOEXTERN
13 #define STORAGECLASS
14 #else
15 #define STORAGECLASS extern
16 #endif
17 #endif
18
19 /***************************************************************************/
20 /*                                                                         */
21 /*  Prototypes for functions                                               */
22 /*                                                                         */
23 /***************************************************************************/
24
25 ushort  WriteDefinitionFile(char *, ActionData *);
26 ushort  WriteActionFile(ActionData *);
27 Boolean check_file_exists(char *);
28 int     OpenDefinitionFile(char *, ActionData *);
29 ushort  CopyIconFiles(ActionData *);
30 char *  CreateIconName(char *, char *, enum icon_size_range, char *, Boolean);
31 Boolean ActionHasIcon (void);
32 Boolean FiletypeHasIcon (FiletypeData *);
33
34
35 #endif /* _FILEIO_H_INCLUDED */