aboutsummaryrefslogtreecommitdiff
path: root/src/narrative_window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/narrative_window.h')
-rw-r--r--src/narrative_window.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/narrative_window.h b/src/narrative_window.h
index 8c32c71..0b59867 100644
--- a/src/narrative_window.h
+++ b/src/narrative_window.h
@@ -1,7 +1,7 @@
/*
* narrative_window.h
*
- * Copyright © 2014 Thomas White <taw@bitwiz.org.uk>
+ * Copyright © 2014-2017 Thomas White <taw@bitwiz.org.uk>
*
* This file is part of Colloquium.
*
@@ -33,5 +33,6 @@ typedef struct _narrative_window NarrativeWindow;
extern NarrativeWindow *narrative_window_new(struct presentation *p,
GApplication *app);
+extern void update_titlebar(NarrativeWindow *nw);
#endif /* NARRATIVE_WINDOW_H */