Mark find_oldest_removable_snapshot() as static.
[dss.git] / dss.c
diff --git a/dss.c b/dss.c
index 745729fae629aa279a1747f5779faa92fe901866..c9bdeb9785675f2714d13dad357ab36f5bd48419 100644 (file)
--- a/dss.c
+++ b/dss.c
@@ -511,7 +511,7 @@ static struct snapshot *find_outdated_snapshot(struct snapshot_list *sl)
        return NULL;
 }
 
-struct snapshot *find_oldest_removable_snapshot(struct snapshot_list *sl)
+static struct snapshot *find_oldest_removable_snapshot(struct snapshot_list *sl)
 {
        int i;
        struct snapshot *s;