diff libaf/af_format.c @ 28238:1bf9023840f9

Rename libaf/af_format_alaw.c --> libaf/af_format_alaw.h and libaf/af_format_ulaw.c --> libaf/af_format_ulaw.h. Both files are not compiled but used as standard headers, so there is no reason for them not be named like any other header file.
author diego
date Mon, 05 Jan 2009 22:05:19 +0000
parents 8e24df458309
children 0ec2ac66f064
line wrap: on
line diff
--- a/libaf/af_format.c	Mon Jan 05 21:55:47 2009 +0000
+++ b/libaf/af_format.c	Mon Jan 05 22:05:19 2009 +0000
@@ -43,8 +43,8 @@
 
 /* The below includes retrieves functions for converting to and from
    ulaw and alaw */ 
-#include "af_format_ulaw.c"
-#include "af_format_alaw.c"
+#include "af_format_ulaw.h"
+#include "af_format_alaw.h"
 
 // Switch endianness
 static void endian(void* in, void* out, int len, int bps);