scanner: Add non-destructive update rescan
New functionality, based on Shrimpkin's patch #145 on SF.
This commit is contained in:
16
monitor.h
Normal file
16
monitor.h
Normal file
@ -0,0 +1,16 @@
|
||||
int
|
||||
monitor_insert_file(char * name, const char * path);
|
||||
|
||||
int
|
||||
monitor_insert_directory(int fd, char *name, const char * path);
|
||||
|
||||
int
|
||||
monitor_remove_file(const char * path);
|
||||
|
||||
int
|
||||
monitor_remove_directory(int fd, const char * path);
|
||||
|
||||
#ifdef HAVE_INOTIFY
|
||||
void *
|
||||
start_inotify();
|
||||
#endif
|
Reference in New Issue
Block a user