Skip to content

Commit

Permalink
host/mobile: Add 'extern' qualifier to config_dir in app_mobile.h
Browse files Browse the repository at this point in the history
This prevents duplication definition with main.c

From: Bhaskar <niceguy108@gmail.com>
Signed-off-by: Sylvain Munaut <tnt@246tNt.com>
  • Loading branch information
Bhaskar authored and smunaut committed May 23, 2013
1 parent 761127b commit f2ab5e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/host/layer23/include/osmocom/bb/mobile/app_mobile.h
Original file line number Diff line number Diff line change
@@ -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);
Expand Down

0 comments on commit f2ab5e1

Please sign in to comment.