X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=tests%2Fhello%2Fhello.c;h=058f7fae10abaa2c7c5a957c1bdc80fe40f8f8f1;hb=90e5d8e49c669c8ff7b6f304151b94638d8828e6;hp=68c137ee304d043489c673713e1f2ab98d80cd58;hpb=3e4e9902d1564c56a1193b133c6dffded0dc29db;p=lttng-ust.git diff --git a/tests/hello/hello.c b/tests/hello/hello.c index 68c137ee..058f7fae 100644 --- a/tests/hello/hello.c +++ b/tests/hello/hello.c @@ -71,6 +71,8 @@ int init_int_handler(void) return 0; } +void test_inc_count(void); + int main(int argc, char **argv) { int i, netint;