Some cleaning, modified to respect kernel standard.
[lttv.git] / ltt / trace.h
index 455c11901fa7029d4db640ef5aabb134d5937204..9f1f8493d01a31bbe6a630ef33c88d4cf9930a89 100644 (file)
@@ -219,6 +219,6 @@ struct LttTraceVersion {
 };
 
 /* To get the version number of a trace */
-int get_version(const gchar *pathname, struct LttTraceVersion * version_number);
+int ltt_get_trace_version(const gchar *pathname, struct LttTraceVersion * version_number);
 
 #endif // TRACE_H
This page took 0.022396 seconds and 4 git commands to generate.