aboutsummaryrefslogtreecommitdiff
path: root/src/direvent.h
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-08-12 14:46:10 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2016-08-12 16:17:45 +0300
commitde0a2f0f8abdac9596db9c44c788b3acdcac39f4 (patch)
tree14acc8bf3a87a0a359fcf38a3f11963693994e10 /src/direvent.h
parentaff5ae79c0ccf6b38d55a4b86fb1c851b57c62e6 (diff)
downloaddirevent-de0a2f0f8abdac9596db9c44c788b3acdcac39f4.tar.gz
direvent-de0a2f0f8abdac9596db9c44c788b3acdcac39f4.tar.bz2
Version 5.1.90
* NEWS: Update. * configure.ac: Update. * src/watcher.c (setwatcher): Fix conditional. * src/direvent.h (dirwatcher_pattern_match): Add missing prototype.
Diffstat (limited to 'src/direvent.h')
-rw-r--r--src/direvent.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/direvent.h b/src/direvent.h
index 0f1dc92..4f4eaa9 100644
--- a/src/direvent.h
+++ b/src/direvent.h
@@ -209,6 +209,8 @@ int get_priority(const char *arg);
void dirwatcher_ref(struct dirwatcher *dw);
void dirwatcher_unref(struct dirwatcher *dw);
+int dirwatcher_pattern_match(struct dirwatcher *dwp, const char *file_name);
+
void setup_watchers(void);
struct dirwatcher *dirwatcher_lookup(const char *dirname);
int check_new_watcher(const char *dir, const char *name);

Return to:

Send suggestions and report system problems to the System administrator.