aboutsummaryrefslogtreecommitdiffstats
path: root/core/rtkit.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/rtkit.h')
-rw-r--r--core/rtkit.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/core/rtkit.h b/core/rtkit.h
index 96e81d4a..d4994e27 100644
--- a/core/rtkit.h
+++ b/core/rtkit.h
@@ -32,10 +32,6 @@
#include "dbus_wrap.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
/* This is the reference implementation for a client for
* RealtimeKit. You don't have to use this, but if do, just copy these
* sources into your repository */
@@ -72,9 +68,4 @@ int rtkit_get_min_nice_level(DBusConnection *system_bus, int *min_nice_level);
*/
long long rtkit_get_rttime_usec_max(DBusConnection *system_bus);
-
-#ifdef __cplusplus
-}
-#endif
-
#endif