summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhaskar <niceguy108@gmail.com>2013-05-19 17:34:12 +0530
committerSylvain Munaut <tnt@246tNt.com>2013-05-23 08:30:15 +0200
commitf2ab5e14967426f4845b51def4d9105af22f9ad2 (patch)
tree22cca251989762f08b279544e5d4b72d4ba9be2f
parent761127b6b419bda5a0d062711e831fb7ee7f583c (diff)
host/mobile: Add 'extern' qualifier to config_dir in app_mobile.h
This prevents duplication definition with main.c From: Bhaskar <niceguy108@gmail.com> Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
-rw-r--r--src/host/layer23/include/osmocom/bb/mobile/app_mobile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h b/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h
index 351dec39..6162a38b 100644
--- a/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h
+++ b/src/host/layer23/include/osmocom/bb/mobile/app_mobile.h
@@ -1,7 +1,7 @@
#ifndef APP_MOBILE_H
#define APP_MOBILE_H
-char *config_dir;
+extern char *config_dir;
int l23_app_init(int (*mncc_recv)(struct osmocom_ms *ms, int, void *),
const char *config_file, const char *vty_ip, uint16_t vty_port);