From f2ab5e14967426f4845b51def4d9105af22f9ad2 Mon Sep 17 00:00:00 2001 From: Bhaskar Date: Sun, 19 May 2013 17:34:12 +0530 Subject: host/mobile: Add 'extern' qualifier to config_dir in app_mobile.h This prevents duplication definition with main.c From: Bhaskar Signed-off-by: Sylvain Munaut --- src/host/layer23/include/osmocom/bb/mobile/app_mobile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3