summaryrefslogtreecommitdiff
path: root/navit/roadprofile.c
diff options
context:
space:
mode:
Diffstat (limited to 'navit/roadprofile.c')
-rw-r--r--navit/roadprofile.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/navit/roadprofile.c b/navit/roadprofile.c
index 0c70eb483..1cda16130 100644
--- a/navit/roadprofile.c
+++ b/navit/roadprofile.c
@@ -96,7 +96,7 @@ roadprofile_attr_iter_destroy(struct attr_iter *iter)
g_free(iter);
}
-struct roadprofile *
+static struct roadprofile *
roadprofile_dup(struct roadprofile *this_)
{
struct roadprofile *ret=g_new(struct roadprofile, 1);
@@ -106,7 +106,7 @@ roadprofile_dup(struct roadprofile *this_)
return ret;
}
-void
+static void
roadprofile_destroy(struct roadprofile *this_)
{
attr_list_free(this_->attrs);