[cosmetic] bankd: mark handle_options() as static

Change-Id: I991542d8fb52cc86e850bf5d20352c802f77c392
This commit is contained in:
Harald Welte 2021-12-08 20:33:00 +01:00
parent 0c7f7d45ca
commit f8c6eeb5cd
1 changed files with 1 additions and 1 deletions

View File

@ -286,7 +286,7 @@ static void printf_help()
static int g_bind_port = 9999;
static char *g_bind_ip = NULL;
void handle_options(int argc, char **argv)
static void handle_options(int argc, char **argv)
{
while (1) {
int option_index = 0, c;