aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/interface.h')
-rw-r--r--src/interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.h b/src/interface.h
index c396225..ff98be0 100644
--- a/src/interface.h
+++ b/src/interface.h
@@ -149,7 +149,7 @@ gboolean teco_interface_event_loop(GError **error);
*/
/** @protected */
void teco_interface_stdio_vmsg(teco_msg_t type, const gchar *fmt, va_list ap);
-void teco_interface_process_notify(struct SCNotification *notify);
+void teco_interface_process_notify(SCNotification *notify);
/** @pure */
void teco_interface_cleanup(void);