Fix so permission changes in the library are handled (issue #8)

This commit is contained in:
ejurgensen
2014-06-09 23:42:02 +02:00
parent 844a9b43c9
commit 1bd11d2895
3 changed files with 132 additions and 34 deletions

View File

@@ -512,6 +512,9 @@ db_watch_delete_bycookie(uint32_t cookie);
int
db_watch_get_bywd(struct watch_info *wi);
int
db_watch_get_bypath(struct watch_info *wi);
void
db_watch_mark_bypath(char *path, char *strip, uint32_t cookie);