Mercurial > audlegacy
comparison src/audacious/main.h @ 4449:19e3f3c5fe7f
introduce function aud_quit(), which is basically mainwin_quit_cb(), but
is in main.c now because it is quite much the opposite of main() and
should feel at home there.
author | mf0102 <0102@gmx.at> |
---|---|
date | Sat, 12 Apr 2008 19:24:55 +0200 |
parents | 2592487d149c |
children | 74a9861d4830 |
comparison
equal
deleted
inserted
replaced
4448:3dd13b275b4e | 4449:19e3f3c5fe7f |
---|---|
90 extern GMutex *mutex_scan; | 90 extern GMutex *mutex_scan; |
91 #if defined(USE_DBUS) && defined(_AUDACIOUS_CORE) | 91 #if defined(USE_DBUS) && defined(_AUDACIOUS_CORE) |
92 extern MprisPlayer *mpris; | 92 extern MprisPlayer *mpris; |
93 #endif | 93 #endif |
94 | 94 |
95 void aud_quit(void); | |
96 | |
95 G_END_DECLS | 97 G_END_DECLS |
96 | 98 |
97 #endif /* __AUDACIOUS_MAIN_H__ */ | 99 #endif /* __AUDACIOUS_MAIN_H__ */ |