From 358cf63bf3b5e4f6b3b51db1ec820569dedcdaf1 Mon Sep 17 00:00:00 2001 From: janwas Date: Sat, 31 Jul 2004 19:55:36 +0000 Subject: [PATCH] no message This was SVN commit r872. --- source/lib/sysdep/dir_watch.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 source/lib/sysdep/dir_watch.h diff --git a/source/lib/sysdep/dir_watch.h b/source/lib/sysdep/dir_watch.h new file mode 100755 index 0000000000..74ba94738e --- /dev/null +++ b/source/lib/sysdep/dir_watch.h @@ -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); \ No newline at end of file