configure: add '-Wredundant-decls' to warning flags
[lttng-tools.git] / src / bin / lttng-relayd / health-relayd.h
index 7c7b6e7497cdf4aeffbc35fb9b262a4768261ec4..4cd3ec1e7f4d25d9566f13c9f50c4a910d9f0ce7 100644 (file)
@@ -2,21 +2,11 @@
 #define HEALTH_RELAYD_H
 
 /*
- * Copyright (C) 2012 David Goulet <dgoulet@efficios.com>
- * Copyright (C) 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
+ * Copyright (C) 2012 David Goulet <dgoulet@efficios.com>
+ * Copyright (C) 2013 Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
  *
- * This program is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License, version 2 only, as
- * published by the Free Software Foundation.
+ * SPDX-License-Identifier: GPL-2.0-only
  *
- * This program 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 General Public License for
- * more details.
- *
- * You should have received a copy of the GNU General Public License along with
- * this program; if not, write to the Free Software Foundation, Inc., 51
- * Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
 #include <limits.h>
@@ -39,6 +29,6 @@ extern struct health_app *health_relayd;
 
 extern int health_quit_pipe[2];
 
-void *thread_manage_health(void *data);
+void *thread_manage_health_relayd(void *data);
 
 #endif /* HEALTH_RELAYD_H */
This page took 0.023861 seconds and 4 git commands to generate.