diff options
| author | Warner Losh <imp@FreeBSD.org> | 2003-10-24 22:02:29 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2003-10-24 22:02:29 +0000 |
| commit | 842ccec57ebc11a3a74778d86d400c2fa38a658b (patch) | |
| tree | a73579281972ef4a2b53de9f6192b64289db292d /sbin/devd/devd.h | |
| parent | 4294fd5ce1d3a5d24a3cbd9979c5532c708e0f23 (diff) | |
Notes
Diffstat (limited to 'sbin/devd/devd.h')
| -rw-r--r-- | sbin/devd/devd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sbin/devd/devd.h b/sbin/devd/devd.h index c2f54a60dd46..8a032e4d4db2 100644 --- a/sbin/devd/devd.h +++ b/sbin/devd/devd.h @@ -40,6 +40,7 @@ void add_attach(int, struct event_proc *); void add_detach(int, struct event_proc *); void add_directory(const char *); void add_nomatch(int, struct event_proc *); +void add_notify(int, struct event_proc *); struct event_proc *add_to_event_proc(struct event_proc *, struct eps *); struct eps *new_match(const char *, const char *); struct eps *new_action(const char *); |
