aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2015-12-25 17:14:07 +0100
committerHarald Welte <laforge@gnumonks.org>2015-12-25 17:14:07 +0100
commitc959afdcd9d8f227f4a72a915ac2e3f79d1d1d3b (patch)
treee0b2ca5cfce7472174a9562d2143d8baff555bb9 /include/osmocom
parent42fff58a45288337110fb2e91d304b07744c7597 (diff)
osmo_prim_op_names should be extern
Diffstat (limited to 'include/osmocom')
-rw-r--r--include/osmocom/core/prim.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/core/prim.h b/include/osmocom/core/prim.h
index e920eb8c..9e710073 100644
--- a/include/osmocom/core/prim.h
+++ b/include/osmocom/core/prim.h
@@ -20,7 +20,7 @@ enum osmo_prim_operation {
PRIM_OP_CONFIRM, /*!< \brief cofirm */
};
-const struct value_string osmo_prim_op_names[5];
+extern const struct value_string osmo_prim_op_names[5];
#define _SAP_GSM_SHIFT 24