This is merely a historical archive of years 2008-2021, before the migration to mailman3.
A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( https://gerrit.osmocom.org/c/osmo-remsim/+/26471 )
Change subject: [cosmetic] bankd: mark handle_options() as static
......................................................................
[cosmetic] bankd: mark handle_options() as static
Change-Id: I991542d8fb52cc86e850bf5d20352c802f77c392
---
M src/bankd/bankd_main.c
1 file changed, 1 insertion(+), 1 deletion(-)
Approvals:
laforge: Looks good to me, approved
Jenkins Builder: Verified
diff --git a/src/bankd/bankd_main.c b/src/bankd/bankd_main.c
index ecfa22d..a9c7b71 100644
--- a/src/bankd/bankd_main.c
+++ b/src/bankd/bankd_main.c
@@ -286,7 +286,7 @@
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;
--
To view, visit https://gerrit.osmocom.org/c/osmo-remsim/+/26471
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings
Gerrit-Project: osmo-remsim
Gerrit-Branch: master
Gerrit-Change-Id: I991542d8fb52cc86e850bf5d20352c802f77c392
Gerrit-Change-Number: 26471
Gerrit-PatchSet: 3
Gerrit-Owner: laforge <laforge at osmocom.org>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211208/0db28530/attachment.htm>