aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/system_information.h
diff options
context:
space:
mode:
authorAndreas Eversberg <andreas@eversberg.eu>2010-11-09 13:39:43 +0100
committerHarald Welte <laforge@gnumonks.org>2010-11-09 13:39:43 +0100
commit5652cfc0e82ef1cc42ae2e61b68409ec933ce39c (patch)
treeae10da092c90f7005cdae348a4a48f8166852582 /openbsc/include/openbsc/system_information.h
parent1406977e7eb2f5753c8ca24c451e88b0e403bd77 (diff)
mark andreas@eversberg.eu as 'extern' for lcr
Diffstat (limited to 'openbsc/include/openbsc/system_information.h')
-rw-r--r--openbsc/include/openbsc/system_information.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/system_information.h b/openbsc/include/openbsc/system_information.h
index 3ab8de015..f2cdbfb60 100644
--- a/openbsc/include/openbsc/system_information.h
+++ b/openbsc/include/openbsc/system_information.h
@@ -34,7 +34,7 @@ enum osmo_sysinfo_type {
typedef u_int8_t sysinfo_buf_t[GSM_MACBLOCK_LEN];
-const struct value_string osmo_sitype_strs[_MAX_SYSINFO_TYPE];
+extern const struct value_string osmo_sitype_strs[_MAX_SYSINFO_TYPE];
uint8_t gsm_sitype2rsl(enum osmo_sysinfo_type si_type);
const char *gsm_sitype_name(enum osmo_sysinfo_type si_type);
int gsm_generate_si(struct gsm_bts *bts, enum osmo_sysinfo_type type);