/win32/shellext/QueryDirstate.h
C Header | 13 lines | 10 code | 3 blank | 0 comment | 0 complexity | 3a73b20d4232d0ccb51fc5a103c2c358 MD5 | raw file
Possible License(s): GPL-2.0
- #ifndef _QUERY_DIRSTATE_H
- #define _QUERY_DIRSTATE_H
- #include <string>
- int HgQueryDirstate(
- const char myClass,
- const std::string& path,
- const char& filterStatus,
- char& outStatus
- );
- #endif