diff audacious/output.h @ 806:d51a251b542c trunk

[svn] - add get_written_time(), get_output_time().
author nenolod
date Wed, 08 Mar 2006 06:47:02 -0800
parents cb178e5ad177
children df3412dc33c4
line wrap: on
line diff
--- a/audacious/output.h	Tue Mar 07 11:47:20 2006 -0800
+++ b/audacious/output.h	Wed Mar 08 06:47:02 2006 -0800
@@ -43,6 +43,9 @@
 void output_set_eq(gboolean, gfloat, gfloat *);
 void produce_audio(gint, AFormat, gint, gint, gpointer, int *);
 
+gint get_written_time(void);
+gint get_output_time(void);
+
 extern OutputPluginData op_data;
 
 #endif