Add watch-marking routines

This commit is contained in:
Julien BLACHE
2009-06-11 15:24:10 +02:00
parent 56127b3ecc
commit 87aa24454d
2 changed files with 73 additions and 0 deletions

View File

@@ -299,6 +299,12 @@ db_watch_delete_bywd(struct watch_info *wi);
int
db_watch_get_bywd(struct watch_info *wi);
void
db_watch_mark_bypath(char *path, char *strip, uint32_t cookie);
void
db_watch_mark_bymatch(char *path, char *strip, uint32_t cookie);
int
db_perthread_init(void);