Rename C++ header files to .hpp
[lttng-tools.git] / src / bin / lttng-sessiond / clear.hpp
diff --git a/src/bin/lttng-sessiond/clear.hpp b/src/bin/lttng-sessiond/clear.hpp
new file mode 100644 (file)
index 0000000..aca20d3
--- /dev/null
@@ -0,0 +1,15 @@
+/*
+ * Copyright (C) 2019 Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
+ *
+ * SPDX-License-Identifier: GPL-2.0-only
+ *
+ */
+
+#ifndef CLEAR_H
+#define CLEAR_H
+
+#include "session.hpp"
+
+int cmd_clear_session(struct ltt_session *session, int *sock_fd);
+
+#endif /* CLEAT_H */
This page took 0.022353 seconds and 4 git commands to generate.