aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/src/mgcp/mgcp_main.c
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2010-09-18 06:44:24 +0800
committerHolger Hans Peter Freyther <zecke@selfish.org>2010-09-18 06:44:24 +0800
commitadb6e1cce10570a1b4ea1f55fce4813170c0b703 (patch)
treefe32cfbce4f17ab1e3ccfd29c35ac78424192255 /openbsc/src/mgcp/mgcp_main.c
parent212e1052881780a1f454a95b71ea062791710afa (diff)
janitor: Move the * to the variable name
Diffstat (limited to 'openbsc/src/mgcp/mgcp_main.c')
-rw-r--r--openbsc/src/mgcp/mgcp_main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsc/src/mgcp/mgcp_main.c b/openbsc/src/mgcp/mgcp_main.c
index d1e22eadc..e331159b4 100644
--- a/openbsc/src/mgcp/mgcp_main.c
+++ b/openbsc/src/mgcp/mgcp_main.c
@@ -80,7 +80,7 @@ static void print_help()
printf(" -c --config-file filename The config file to use.\n");
}
-static void handle_options(int argc, char** argv)
+static void handle_options(int argc, char **argv)
{
while (1) {
int option_index = 0, c;
@@ -189,7 +189,7 @@ static struct vty_app_info vty_info = {
.is_config_node = bsc_vty_is_config_node,
};
-int main(int argc, char** argv)
+int main(int argc, char **argv)
{
struct gsm_network dummy_network;
struct sockaddr_in addr;