]> git.cworth.org Git - apitrace/blobdiff - common/trace_tools.hpp
Make findFile non-static, given it will be necessary for other commands.
[apitrace] / common / trace_tools.hpp
index 31831ad1871b8a7fd428b2fd3c7d0f9ef40244ab..f141d2cb669e4559afa3609041616877eea940ad 100644 (file)
 #include <stdlib.h>
 
 
+namespace os {
+    class Path;
+};
+
+
 namespace trace {
 
 
+os::Path
+findFile(const char *relPath, // path relative to the current program
+         const char *absPath, // absolute path
+         bool verbose);
+
 int
 traceProgram(char * const *argv,
              const char *output = NULL,