Add watch-moving routines

This commit is contained in:
Julien BLACHE
2009-06-11 15:42:51 +02:00
parent 87aa24454d
commit cef1636415
2 changed files with 65 additions and 0 deletions

View File

@@ -305,6 +305,12 @@ db_watch_mark_bypath(char *path, char *strip, uint32_t cookie);
void
db_watch_mark_bymatch(char *path, char *strip, uint32_t cookie);
void
db_watch_move_bycookie(uint32_t cookie, char *path);
int
db_watch_cookie_known(uint32_t cookie);
int
db_perthread_init(void);