Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
35
cde/programs/dtcreate/fileio.h
Normal file
35
cde/programs/dtcreate/fileio.h
Normal file
@@ -0,0 +1,35 @@
|
||||
/* $XConsortium: fileio.h /main/5 1995/11/01 16:14:03 rswiston $ */
|
||||
/***************************************************************************/
|
||||
/* */
|
||||
/* fileio.h */
|
||||
/* */
|
||||
/***************************************************************************/
|
||||
|
||||
#ifndef _FILEIO_H_INCLUDED
|
||||
#define _FILEIO_H_INCLUDED
|
||||
|
||||
#ifndef STORAGECLASS
|
||||
#ifdef NOEXTERN
|
||||
#define STORAGECLASS
|
||||
#else
|
||||
#define STORAGECLASS extern
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/***************************************************************************/
|
||||
/* */
|
||||
/* Prototypes for functions */
|
||||
/* */
|
||||
/***************************************************************************/
|
||||
|
||||
ushort WriteDefinitionFile(char *, ActionData *);
|
||||
ushort WriteActionFile(ActionData *);
|
||||
Boolean check_file_exists(char *);
|
||||
int OpenDefinitionFile(char *, ActionData *);
|
||||
ushort CopyIconFiles(ActionData *);
|
||||
char * CreateIconName(char *, char *, enum icon_size_range, char *, Boolean);
|
||||
Boolean ActionHasIcon (void);
|
||||
Boolean FiletypeHasIcon (FiletypeData *);
|
||||
|
||||
|
||||
#endif /* _FILEIO_H_INCLUDED */
|
||||
Reference in New Issue
Block a user