summaryrefslogtreecommitdiff
path: root/gtk/throbber.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/throbber.h')
-rw-r--r--gtk/throbber.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/throbber.h b/gtk/throbber.h
index 1463c9b26..e0b47e15c 100644
--- a/gtk/throbber.h
+++ b/gtk/throbber.h
@@ -29,7 +29,7 @@ struct nsgtk_throbber
extern struct nsgtk_throbber *nsgtk_throbber;
-bool nsgtk_throbber_initialise_from_png(const int frames, char** frame_files);
+nserror nsgtk_throbber_init(void);
void nsgtk_throbber_finalise(void);
#endif /* __GTK_THROBBER_H__ */