move ltt-private.h from public directroy into private directroy
[lttv.git] / ltt / branches / poly / include / ltt / event.h
index 1ba598dfe62c8086ccfb64cbe14c9643dfec32fb..7c231ccc2312f28d960545120ea59bc2c57e3174 100644 (file)
@@ -43,6 +43,8 @@ LttCycleCount ltt_event_cycle_count(LttEvent *e);
 
 void ltt_event_position(LttEvent *e, LttEventPosition *ep);
 
+LttEventPosition * ltt_event_position_new();
+
 void ltt_event_position_get(LttEventPosition *ep,
     unsigned *block_number, unsigned *index_in_block, LttTracefile ** tf);
 
This page took 0.021929 seconds and 4 git commands to generate.