Move struct lttng_counter_ops to internal header
[lttng-ust.git] / liblttng-ust / lttng-ust-statedump.h
index e78774d54521ee60b3dcfa3499221eb975b820b9..887b8616fc0b129553e7b053006c95e959752f18 100644 (file)
@@ -1,29 +1,23 @@
-#ifndef LTTNG_UST_STATEDUMP_H
-#define LTTNG_UST_STATEDUMP_H
-
 /*
- * Copyright (C) 2013  Paul Woegerer <paul_woegerer@mentor.com>
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public
- * License as published by the Free Software Foundation; either
- * version 2.1 of the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
- * Lesser General Public License for more details.
+ * SPDX-License-Identifier: LGPL-2.1-or-later
  *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301 USA
+ * Copyright (C) 2013 Paul Woegerer <paul_woegerer@mentor.com>
+ * Copyright (C) 2015 Antoine Busque <abusque@efficios.com>
  */
 
+#ifndef LTTNG_UST_STATEDUMP_H
+#define LTTNG_UST_STATEDUMP_H
+
 #include <lttng/ust-events.h>
 
+#include "ust-helper.h"
+
+LTTNG_HIDDEN
 void lttng_ust_statedump_init(void);
+LTTNG_HIDDEN
 void lttng_ust_statedump_destroy(void);
 
+LTTNG_HIDDEN
 int do_lttng_ust_statedump(void *owner);
 
 #endif /* LTTNG_UST_STATEDUMP_H */
This page took 0.022883 seconds and 4 git commands to generate.