Skip to content
Snippets Groups Projects
Commit 2828bfe6 authored by Yorhel's avatar Yorhel
Browse files

util.h: Typo in function declaration

parent 06a5f521
No related branches found
No related tags found
No related merge requests found
...@@ -79,7 +79,7 @@ void freedir(struct dir *); ...@@ -79,7 +79,7 @@ void freedir(struct dir *);
char *getpath(struct dir *); char *getpath(struct dir *);
/* removes all hard links from a tree */ /* 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 */ /* re-adds all hard links in a tree */
void link_add(struct dir *); void link_add(struct dir *);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment