X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=libust%2Fmarker.h;h=25c27f62ca774020ae43c7c7e2e86e52810af8d2;hb=9160b4e4541d3a6010e4e671ee5deb3ea89f4211;hp=3a86ac3732c4e5924aa6bd776c77fda8edcf6616;hpb=c61f73854065e0d4562c4ddcefebe756510540af;p=ust.git diff --git a/libust/marker.h b/libust/marker.h index 3a86ac3..25c27f6 100644 --- a/libust/marker.h +++ b/libust/marker.h @@ -297,4 +297,6 @@ static void __attribute__((constructor)) __markers__init(void) \ void marker_set_new_marker_cb(void (*cb)(struct marker *)); +void init_markers(void); + #endif