24#ifndef GIT_ADD_TO_INDEX_HANDLER_H_ 
   25#define GIT_ADD_TO_INDEX_HANDLER_H_ 
GIT_ADD_TO_INDEX_HANDLER(git_repository *aRepository)
 
std::vector< wxString > m_filesToAdd
 
friend class LIBGIT_BACKEND
 
std::vector< wxString > m_filesFailedToAdd
 
bool AddToIndex(const wxString &aFilePath)
 
KIGIT_COMMON(git_repository *aRepo)
 
#define APIEXPORT
Macros which export functions from a DLL/DSO.