Ignore:
Timestamp:
Feb 8, 2003, 9:57:38 PM (23 years ago)
Author:
umoeller
Message:

Build updates, moved files from warpin.

File:
1 edited

Legend:

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

    r243 r249  
    703703                            PSZ pszFileOut,
    704704                            ULONG cbFileOut);
     705
     706    typedef APIRET XWPENTRY FNCBFORALLFILES(const FILEFINDBUF3 *pfb3,
     707                                            PVOID pvCallback);
     708
     709    APIRET doshForAllFiles(PCSZ pcszSearchMask,
     710                           ULONG flFile,
     711                           FNCBFORALLFILES *pfncb,
     712                           PVOID pvCallback);
    705713
    706714    /* ******************************************************************
Note: See TracChangeset for help on using the changeset viewer.