aboutsummaryrefslogtreecommitdiffstats
path: root/chdir-notify.h
diff options
context:
space:
mode:
Diffstat (limited to 'chdir-notify.h')
-rw-r--r--chdir-notify.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chdir-notify.h b/chdir-notify.h
index 366e4c1ee9..81eb69d846 100644
--- a/chdir-notify.h
+++ b/chdir-notify.h
@@ -41,6 +41,8 @@ typedef void (*chdir_notify_callback)(const char *name,
const char *new_cwd,
void *data);
void chdir_notify_register(const char *name, chdir_notify_callback cb, void *data);
+void chdir_notify_unregister(const char *name, chdir_notify_callback cb,
+ void *data);
void chdir_notify_reparent(const char *name, char **path);
/*