PageRenderTime 30ms CodeModel.GetById 24ms RepoModel.GetById 0ms app.codeStats 0ms

/win32/shellext/QueryDirstate.h

https://bitbucket.org/tortoisehg/hgtk/
C Header | 13 lines | 10 code | 3 blank | 0 comment | 0 complexity | 3a73b20d4232d0ccb51fc5a103c2c358 MD5 | raw file
Possible License(s): GPL-2.0
  1. #ifndef _QUERY_DIRSTATE_H
  2. #define _QUERY_DIRSTATE_H
  3. #include <string>
  4. int HgQueryDirstate(
  5. const char myClass,
  6. const std::string& path,
  7. const char& filterStatus,
  8. char& outStatus
  9. );
  10. #endif