]> git.cworth.org Git - apitrace/blobdiff - common/trace_writer.hpp
Lower case namespaces.
[apitrace] / common / trace_writer.hpp
index dfb76b2508a4bac02f455b9d570cc733c5492f9a..82c46b91b2ce31eeb336e2ee9a4a073fad6a4106 100644 (file)
@@ -38,7 +38,7 @@
 #include "trace_model.hpp"
 
 
-namespace Trace {
+namespace trace {
     class File;
 
     class Writer {
@@ -105,6 +105,11 @@ namespace Trace {
 
     };
 
+    extern const FunctionSig memcpy_sig;
+    extern const FunctionSig malloc_sig;
+    extern const FunctionSig free_sig;
+    extern const FunctionSig realloc_sig;
+
     /**
      * A specialized Writer class, mean to trace the current process.
      *