Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng / lttng.cpp
index 2b169cb0ea52ef0db6902b6555aa9205569c371c..7e70c3afce4f9e22b03e628bdda0b6344635d6ae 100644 (file)
 #include <ctype.h>
 
 #include <lttng/lttng.h>
-#include <common/error.h>
-#include <common/compat/getenv.h>
-#include <common/utils.h>
+#include <common/error.hpp>
+#include <common/compat/getenv.hpp>
+#include <common/utils.hpp>
 
-#include "command.h"
-#include "version.h"
+#include "command.hpp"
+#include "version.hpp"
 
 static const char *help_msg =
 #ifdef LTTNG_EMBED_HELP
@@ -150,6 +150,7 @@ static void list_options(FILE *ofp)
 /*
  * clean_exit
  */
+__attribute__((noreturn))
 static void clean_exit(int code)
 {
        DBG("Clean exit");
This page took 0.022948 seconds and 4 git commands to generate.