aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/core
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2014-08-21 15:42:44 +0200
committerHarald Welte <laforge@gnumonks.org>2014-08-21 15:42:44 +0200
commit5ddd435919073d71f788858b2334ff249142271f (patch)
treeac2292346992fae413fa9d716246cd65c208d490 /include/osmocom/core
parentc7947ed1f6fe8a9113451fbd1e58078a98ee4912 (diff)
Convert recently-introduced header files to #pragma once
Diffstat (limited to 'include/osmocom/core')
-rw-r--r--include/osmocom/core/macaddr.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/osmocom/core/macaddr.h b/include/osmocom/core/macaddr.h
index 3a4e67ff..8de62382 100644
--- a/include/osmocom/core/macaddr.h
+++ b/include/osmocom/core/macaddr.h
@@ -1,7 +1,4 @@
-#ifndef _OSMO_MACADDR_H
-#define _OSMO_MACADDR_H
+#pragma once
int osmo_macaddr_parse(uint8_t *out, const char *in);
int osmo_get_macaddr(uint8_t *mac_out, const char *dev_name);
-
-#endif