mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-13 01:08:41 -09:00
util.h: Typo in function declaration
This commit is contained in:
parent
06a5f5215f
commit
2828bfe6a8
1 changed files with 1 additions and 1 deletions
|
|
@ -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 *);
|
||||
|
|
|
|||
Loading…
Reference in a new issue