aboutsummaryrefslogtreecommitdiff
path: root/src/direvent.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/direvent.h')
-rw-r--r--src/direvent.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/direvent.h b/src/direvent.h
index d69fa34..416d833 100644
--- a/src/direvent.h
+++ b/src/direvent.h
@@ -307,8 +307,10 @@ int sigv_set_tab(int sigc, struct sigtab *sigtab, struct sigaction *retsa);
307int sigv_set_action_tab(int sigc, struct sigtab *sigtab, struct sigaction *sa); 307int sigv_set_action_tab(int sigc, struct sigtab *sigtab, struct sigaction *sa);
308 308
309struct grecs_locus; 309struct grecs_locus;
310int filpatlist_add(filpatlist_t *fptr, char const *arg, struct grecs_locus *loc); 310int filpatlist_add(filpatlist_t *fptr, char const *arg,
311 struct grecs_locus *loc);
311void filpatlist_add_exact(filpatlist_t *fptr, char const *arg); 312void filpatlist_add_exact(filpatlist_t *fptr, char const *arg);
312void filpatlist_destroy(filpatlist_t *fptr); 313void filpatlist_destroy(filpatlist_t *fptr);
313int filpatlist_match(filpatlist_t fp, const char *name); 314int filpatlist_match(filpatlist_t fp, const char *name);
315int filpatlist_is_empty(filpatlist_t fp);
314 316

Return to:

Send suggestions and report system problems to the System administrator.