added const
[lttv.git] / ltt / branches / poly / ltt / trace.h
index 2b3f8533ba6488494f7ae3fd88ec2aa0ed67975c..42fff96ff8f7f19bdaab9a8048ad104d66af87a9 100644 (file)
@@ -116,7 +116,7 @@ void ltt_tracefile_seek_time(LttTracefile *t, LttTime time);
 /* Seek to the first event with position equal or larger to ep */
 
 void ltt_tracefile_seek_position(LttTracefile *t,
-    LttEventPosition *ep);
+    const LttEventPosition *ep);
 
 /* Read the next event */
 
This page took 0.023438 seconds and 4 git commands to generate.