1
0
forked from 0ad/0ad

no message

This was SVN commit r872.
This commit is contained in:
janwas 2004-07-31 19:55:36 +00:00
parent 1bbb35b204
commit 358cf63bf3

8
source/lib/sysdep/dir_watch.h Executable file
View File

@ -0,0 +1,8 @@
// path: portable and relative, must add current directory and convert to native
// better to use a cached string from rel_chdir - secure
extern int dir_add_watch(const char* const path, intptr_t* const watch);
extern int dir_cancel_watch(const intptr_t watch);
extern int dir_get_changed_file(char* fn);