From 2828bfe6a8010c2bb4cff0ed68285829fe574920 Mon Sep 17 00:00:00 2001 From: Yorhel <git@yorhel.nl> Date: Tue, 12 May 2009 18:37:49 +0200 Subject: [PATCH] util.h: Typo in function declaration --- src/util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *); -- GitLab