1
0
mirror of https://git.code.sf.net/p/minidlna/git synced 2025-08-05 04:30:24 +00:00
Files
minidlna/inotify.h
Justin Maggard 773e1f6566 * Add support for other operating systems (kFreeBSD, FreeBSD, and OSX for now).
* Switch to autoconf from genconfig.sh.
2011-09-16 23:39:58 +00:00

8 lines
96 B
C

#ifdef HAVE_INOTIFY
int
inotify_remove_file(const char * path);
void *
start_inotify();
#endif