Files
textmate/Frameworks/CrashReporter/src/find_reports.h
Allan Odgaard 9894969e67 Initial commit
2012-08-09 16:25:56 +02:00

9 lines
229 B
C++

#ifndef FIND_REPORTS_H_DX8YASDO
#define FIND_REPORTS_H_DX8YASDO
#include <oak/misc.h>
std::map<CFAbsoluteTime, std::string> find_reports (std::string const& process);
#endif /* end of include guard: FIND_REPORTS_H_DX8YASDO */