diff libaf/af_hrtf.c @ 22746:fd6f824ef894

Rename open to af_open so as not to conflict with a previous header definition.
author diego
date Tue, 20 Mar 2007 09:46:00 +0000
parents ecf562795caf
children 904e3f3f8bee
line wrap: on
line diff
--- a/libaf/af_hrtf.c	Tue Mar 20 01:35:53 2007 +0000
+++ b/libaf/af_hrtf.c	Tue Mar 20 09:46:00 2007 +0000
@@ -589,7 +589,7 @@
 }
 
 /* Allocate memory and set function pointers */
-static int open(af_instance_t* af)
+static int af_open(af_instance_t* af)
 {
     int i;
     af_hrtf_t *s;
@@ -663,5 +663,5 @@
     "ylai",
     "",
     AF_FLAGS_REENTRANT,
-    open
+    af_open
 };