Changeset 55 for trunk/include/helpers/dosh.h
- Timestamp:
- Apr 6, 2001, 7:12:11 PM (24 years ago)
- File:
-
- 1 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,
Note:
See TracChangeset
for help on using the changeset viewer.