fix send via email
[maemo-recorder] / src / maemo-recorder-file.h
index f741af5..7544796 100644 (file)
@@ -41,7 +41,7 @@ G_BEGIN_DECLS
 #define DEFAULT_TMP_PCMA_FILE "mrec.pcma"
 #define DEFAULT_TMP_PCMU_FILE "mrec.pcmu"
 #define DEFAULT_TMP_FILE "mrec.raw"
-#define DEFAULT_TMP_WAV_FILE "mrec.wav"
+#define DEFAULT_TMP_WAV_FILE "untitled.wav"
 #define DEFAULT_TMP_ILBC_FILE "mrec.ilbc"
 
 /*
@@ -56,6 +56,7 @@ const gchar * getExtension(gint format);
 
 GnomeVFSFileSize getFileLength(const gchar *file);
 
+gchar *file2uri(const gchar *filename);
 
 G_END_DECLS