summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2009-05-12 18:37:49 +0200
committerYorhel <git@yorhel.nl>2009-05-12 18:37:49 +0200
commit2828bfe6a8010c2bb4cff0ed68285829fe574920 (patch)
tree0e2c857522fdde8fc1416b10a596409af863d60c
parent06a5f5215f0280db60ddd81d8c0c172e4cb6ce7b (diff)
util.h: Typo in function declaration
-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 *);