Fix missing-declarations warnings all over the codebase

As caught by compiling with `-Wmissing-declarations`
by either making functions static, or declaring them in the header.
This commit is contained in:
Evangelos Ribeiro Tzaras
2021-06-02 19:42:25 +02:00
parent 96a7d901c1
commit 2847508034
8 changed files with 25 additions and 15 deletions

View File

@@ -107,7 +107,7 @@ update_status (CallsOfonoProvider *self)
}
gboolean
static gboolean
ofono_find_origin_index (CallsOfonoProvider *self,
const char *path,
guint *index)
@@ -472,7 +472,7 @@ ofono_appeared_cb (GDBusConnection *connection,
}
void
static void
ofono_vanished_cb (GDBusConnection *connection,
const gchar *name,
CallsOfonoProvider *self)