summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 95cf7e1..9b1b121 100644
--- a/src/util.h
+++ b/src/util.h
@@ -79,7 +79,7 @@ void freedir(struct dir *);
char *getpath(struct dir *);
/* removes all hard links from a tree */
-void links_del(struct dir *);
+void link_del(struct dir *);
/* re-adds all hard links in a tree */
void link_add(struct dir *);