aboutsummaryrefslogtreecommitdiff
path: root/src/rc/broadcast.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rc/broadcast.h')
-rw-r--r--src/rc/broadcast.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/src/rc/broadcast.h b/src/rc/broadcast.h
deleted file mode 100644
index 2255fe67..00000000
--- a/src/rc/broadcast.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright 2018 Sony Interactive Entertainment Inc.
- *
- * This file is part of OpenRC. It is subject to the license terms in
- * the LICENSE file found in the top-level directory of this
- * distribution and at https://github.com/OpenRC/openrc/blob/HEAD/LICENSE
- * This file may not be copied, modified, propagated, or distributed
- * except according to the terms contained in the LICENSE file.
- */
-
-#ifndef BROADCAST_H
-#define BROADCAST_H
-
-void broadcast(char *text);
-
-#endif