X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Fltt%2Ftrace.h;h=96931524af3a814acb4bba0b8520c91351b8eb5d;hb=1c736ed5fd25e728fa1df0899be03c4853c556d8;hp=73adc0bffd0adae25032957e113e5c1ed970fe89;hpb=8959a0c85e48eda1a73038bb74708a01b1d0886d;p=lttv.git diff --git a/ltt/branches/poly/ltt/trace.h b/ltt/branches/poly/ltt/trace.h index 73adc0bf..96931524 100644 --- a/ltt/branches/poly/ltt/trace.h +++ b/ltt/branches/poly/ltt/trace.h @@ -173,5 +173,6 @@ LttTracefile *ltt_tracefile_new(); void ltt_tracefile_destroy(LttTracefile *tf); void ltt_tracefile_copy(LttTracefile *dest, const LttTracefile *src); +void get_absolute_pathname(const char *pathname, char * abs_pathname); #endif // TRACE_H