Archived
1
0
Fork 0

inotify-map: rename lookup to get_path

This commit is contained in:
Henrik Hautakoski 2011-02-18 09:08:55 +01:00
parent 514a91b52e
commit e0302e8ac4
4 changed files with 8 additions and 23 deletions

View file

@ -21,7 +21,7 @@ void inotify_unmap_all();
int inotify_map_get_wd(const char *path);
char** inotify_map_lookup(int wd);
char** inotify_map_get_path(int wd);
char** inotify_map_lookup_by_path(const char *path);