X-Git-Url: http://git.maemo.org/git/?p=maemo-recorder;a=blobdiff_plain;f=src%2Fmaemo-recorder-au.h;h=3d2b792fa0c94ccf506b24176f433ba8318d736b;hp=27e8cd9809a0e18816dbc8f5a3a813be80995247;hb=5dd087636e42968e6b88a4b6a34401c1ed91af33;hpb=b25bc9a639949e359b7a110e0a3e21d5b03c0325 diff --git a/src/maemo-recorder-au.h b/src/maemo-recorder-au.h index 27e8cd9..3d2b792 100644 --- a/src/maemo-recorder-au.h +++ b/src/maemo-recorder-au.h @@ -28,6 +28,8 @@ #include +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