Rename C++ header files to .hpp
[lttng-tools.git] / tests / regression / tools / notification / default_pipe_size_getter.cpp
index cc24cec1ea01ea45bd34ecba5b8697d3d5d5409c..21efa3996dff702c341973768ea9336d398f60d4 100644 (file)
 #include <stdio.h>
 #include <stdlib.h>
 
-#include <common/pipe.h>
-#include <common/error.h>
+#include <common/pipe.hpp>
+#include <common/error.hpp>
 
 int lttng_opt_verbose;
 int lttng_opt_mi;
 int lttng_opt_quiet;
 
-int main(int argc, const char **argv)
+int main(void)
 {
        int ret;
        /*
This page took 0.023854 seconds and 4 git commands to generate.