1 2 3 4 5 6 7 8
#ifndef TEST_GST_H #define TEST_GST_H #include "../gst/info.h" int test_gst_run (infos *info); #endif