ipaccess-config: Silence compiler warning.

This commit is contained in:
Holger Hans Peter Freyther 2010-05-14 02:54:40 +08:00
parent 6fc8791dbf
commit e15ad48a82
1 changed files with 2 additions and 0 deletions

View File

@ -614,6 +614,8 @@ static void print_help(void)
printf(" -w --write-firmware. This will dump the firmware parts to the filesystem. Use with -f.\n"); printf(" -w --write-firmware. This will dump the firmware parts to the filesystem. Use with -f.\n");
} }
extern void bts_model_nanobts_init();
int main(int argc, char **argv) int main(int argc, char **argv)
{ {
struct gsm_bts *bts; struct gsm_bts *bts;