Ignore:
Timestamp:
Apr 6, 2001, 7:12:11 PM (24 years ago)
Author:
umoeller
Message:

misc changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/helpers/dosh.h

    r54 r55  
    4343    BOOL doshQueryShiftState(VOID);
    4444
    45     BOOL doshIsWarp4(VOID);
     45    ULONG doshIsWarp4(VOID);
    4646
    4747    PSZ doshQuerySysErrorMsg(APIRET arc);
     
    297297
    298298    PSZ doshCreateBackupFileName(const char* pszExisting);
     299
     300    APIRET doshCreateTempFileName(PSZ pszTempFileName,
     301                                  const char *pcszDir,
     302                                  const char *pcszPrefix,
     303                                  const char *pcszExt);
    299304
    300305    APIRET doshWriteTextFile(const char* pszFile,
Note: See TracChangeset for help on using the changeset viewer.