fix: all functions have declarations (-Wmissing-prototypes -Wold-style-definition)
[lttng-ust.git] / doc / examples / hello-static-lib / hello.c
index e7133c5de4d0132985a053e71df3d527c36bb12b..e54b1e1be0e1711d61cbabf8c34b4d2d994900a6 100644 (file)
 #define TRACEPOINT_DEFINE
 #include "ust_tests_hello.h"
 
+static
 void inthandler(int sig)
 {
        printf("in SIGUSR1 handler\n");
        tracepoint(ust_tests_hello, tptest_sighandler);
 }
 
+static
 int init_int_handler(void)
 {
        int result;
This page took 0.023112 seconds and 4 git commands to generate.