summaryrefslogtreecommitdiff
path: root/beos/beos_throbber.h
diff options
context:
space:
mode:
Diffstat (limited to 'beos/beos_throbber.h')
-rw-r--r--beos/beos_throbber.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/beos/beos_throbber.h b/beos/beos_throbber.h
index 47f8249e6..5c890f9fe 100644
--- a/beos/beos_throbber.h
+++ b/beos/beos_throbber.h
@@ -29,7 +29,8 @@ struct nsbeos_throbber
extern struct nsbeos_throbber *nsbeos_throbber;
-bool nsbeos_throbber_initialise(const char *fn);
+bool nsbeos_throbber_initialise_from_gif(const char *fn);
+bool nsbeos_throbber_initialise_from_png(const int frames, ...);
void nsbeos_throbber_finalise(void);
#endif /* __BEOS_THROBBER_H__ */