added const
[lttv.git] / ltt / branches / poly / ltt / tracefile.c
index f8b194a306a50fae7a4747dada1c8d3c4a6a0744..225f7eacfe67d95026361b75a311ce6af0380994 100644 (file)
@@ -903,7 +903,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)
+void ltt_tracefile_seek_position(LttTracefile *t, const LttEventPosition *ep)
 {
   //if we are at the right place, just return
   if(t->which_block == ep->block_num && t->which_event == ep->event_num)
This page took 0.022643 seconds and 4 git commands to generate.