Changeset 1179 for trunk/dll/eas.h


Ignore:
Timestamp:
Sep 10, 2008, 11:54:09 PM (17 years ago)
Author:
John Small
Message:

Ticket 187: Draft 2: Move remaining function declarations

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/dll/eas.h

    r1168 r1179  
    1616#define EAS_H
    1717
     18MRESULT EXPENTRY DisplayEAsProc(HWND hwnd, ULONG msg, MPARAM mp1, MPARAM mp2);
    1819VOID Free_FEAList(HOLDFEA * pFEA);
     20HOLDFEA *GetFileEAs(CHAR * filename, BOOL ishandle, BOOL silentfail);
    1921VOID HexDump(HWND hwnd, CHAR * value, ULONG cbValue);
    2022
    21 
    2223#endif // EAS_H
Note: See TracChangeset for help on using the changeset viewer.