CTF writer: use own `bt_ctf_object` and `bt_ctf_value` internal APIs
[babeltrace.git] / include / babeltrace / babeltrace-internal.h
index 583d949ca2ebe72d4f9874cf074affd5ec7527b3..d58b9860c8b5c65a71a811a7799c1da495a1aaa9 100644 (file)
@@ -2,8 +2,6 @@
 #define _BABELTRACE_INTERNAL_H
 
 /*
- * babeltrace/babeltrace-internal.h
- *
  * Copyright 2012 - Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -85,4 +83,6 @@
 
 #define TOSTRING(x)    __STRINGIFY(x)
 
+#define BT_UNUSED      __attribute__((unused))
+
 #endif
This page took 0.024161 seconds and 4 git commands to generate.