]> git.cworth.org Git - apitrace/blobdiff - common/trace_tools.hpp
os: Fix thread copy constructor.
[apitrace] / common / trace_tools.hpp
index f141d2cb669e4559afa3609041616877eea940ad..ddfe888cbcf206eeaeb983c2220fc1529ee96393 100644 (file)
 
 #include <stdlib.h>
 
-
-namespace os {
-    class Path;
-};
+#include "trace_api.hpp"
 
 
 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,
+traceProgram(API api,
+             char * const *argv,
              const char *output = NULL,
              bool verbose = false);