Files
git-crypt/util.hpp
2012-07-06 15:38:40 -07:00

11 lines
168 B
C++

#ifndef _UTIL_H
#define _UTIL_H
#include <string>
int exec_command (const char* command, std::string& output);
std::string resolve_path (const char* path);
#endif