comparison src/ui.h @ 3391:412d1035d666

[gaim-migrate @ 3410] Pluginzed the ticker. the ticker will load itself if the old ticker option was set. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Sun, 11 Aug 2002 06:42:17 +0000
parents b48b73ef172b
children 8fa61405af2b
comparison
equal deleted inserted replaced
3390:a5d356cba156 3391:412d1035d666
515 515
516 /* Functions in sound.c */ 516 /* Functions in sound.c */
517 extern void play_sound(int); 517 extern void play_sound(int);
518 extern void play_file(char *); 518 extern void play_file(char *);
519 519
520 /* Fucntions in ticker.c */
521 void SetTickerPrefs();
522 void BuddyTickerSignOff();
523 void BuddyTickerAddUser(char *, char *, GdkPixmap *, GdkBitmap *);
524 void BuddyTickerSetPixmap(char *, GdkPixmap *, GdkBitmap *);
525 void BuddyTickerSetAlias(char *, char *);
526 void BuddyTickerSetNames();
527 void BuddyTickerSignoff();
528
529 #endif /* _UI_H_ */ 520 #endif /* _UI_H_ */