added format info into UI
[maemo-recorder] / src / maemo-recorder-au.h
index 27e8cd9..3d2b792 100644 (file)
@@ -28,6 +28,8 @@
 
 #include <stdio.h>
 
+G_BEGIN_DECLS
+
 #define AU_MAGIC ((uint32_t) 0x2e736e64) /* ".snd" */
 #define AU_SIZE_UNKNOWN (~0)    /* (unsigned) -1 */
 
@@ -71,4 +73,6 @@ gint au_copy_data(GnomeVFSHandle *to_handle, GnomeVFSHandle *from_handle, guint3
 
 guint32 au_get_encoding(AudioFormat format);
 
+G_END_DECLS
+
 #endif