Changeset 55 for trunk/include/helpers
- Timestamp:
- Apr 6, 2001, 7:12:11 PM (24 years ago)
- Location:
- trunk/include/helpers
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/helpers/dosh.h
r54 r55 43 43 BOOL doshQueryShiftState(VOID); 44 44 45 BOOLdoshIsWarp4(VOID);45 ULONG doshIsWarp4(VOID); 46 46 47 47 PSZ doshQuerySysErrorMsg(APIRET arc); … … 297 297 298 298 PSZ doshCreateBackupFileName(const char* pszExisting); 299 300 APIRET doshCreateTempFileName(PSZ pszTempFileName, 301 const char *pcszDir, 302 const char *pcszPrefix, 303 const char *pcszExt); 299 304 300 305 APIRET doshWriteTextFile(const char* pszFile, -
trunk/include/helpers/tree.h
r54 r55 178 178 void *treeLast (TREE *tree); 179 179 180 TREE** treeBuildArray(TREE* pRoot, 181 unsigned long *pulCount); 182 180 183 // Return codes 181 184 #define TREE_OK 0
Note:
See TracChangeset
for help on using the changeset viewer.