mirror of
https://github.com/textmate/textmate.git
synced 2026-02-14 08:24:56 -05:00
9 lines
229 B
C++
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 */
|