summaryrefslogtreecommitdiffstats
path: root/include/osmocom/core/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/core/plugin.h')
-rw-r--r--include/osmocom/core/plugin.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/core/plugin.h b/include/osmocom/core/plugin.h
index 6c0eccc6..aef1dfc9 100644
--- a/include/osmocom/core/plugin.h
+++ b/include/osmocom/core/plugin.h
@@ -1,6 +1,3 @@
-#ifndef _OSMO_PLUGIN_H
-#define _OSMO_PLUGIN_H
+#pragma once
int osmo_plugin_load_all(const char *directory);
-
-#endif