Mercurial > audlegacy
comparison src/audacious/output.h @ 4755:c6f352d25d27
makeing possible to reinitialize the output plugin from outher plugins
author | Paula Stanciu <paula.stanciu@gmail.com> |
---|---|
date | Thu, 07 Aug 2008 12:16:46 +0300 |
parents | 2eee464379dc |
children |
comparison
equal
deleted
inserted
replaced
4749:b86e9f9663f4 | 4755:c6f352d25d27 |
---|---|
68 gint get_written_time(void); | 68 gint get_written_time(void); |
69 gint get_output_time(void); | 69 gint get_output_time(void); |
70 | 70 |
71 extern OutputPlugin psuedo_output_plugin; | 71 extern OutputPlugin psuedo_output_plugin; |
72 extern OutputPluginData op_data; | 72 extern OutputPluginData op_data; |
73 | 73 void output_plugin_cleanup(void); |
74 void output_plugin_reinit(void); | |
74 #endif /* AUDACIOUS_OUTPUT_H */ | 75 #endif /* AUDACIOUS_OUTPUT_H */ |