summaryrefslogtreecommitdiff
path: root/src/daemon/daemon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/daemon.h')
-rw-r--r--src/daemon/daemon.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/daemon.h b/src/daemon/daemon.h
index 494fdab..4c32e12 100644
--- a/src/daemon/daemon.h
+++ b/src/daemon/daemon.h
@@ -51,7 +51,8 @@ typedef enum {
G_BEGIN_DECLS
-NotifyDaemon* notify_daemon_new (gboolean replace);
+NotifyDaemon* notify_daemon_new (gboolean replace,
+ gboolean idle_exit);
GQuark notify_daemon_error_quark(void);