ossp-pkg/sio/al.c 1.9 -> 1.10
--- al.c 2002/10/15 13:13:06 1.9
+++ al.c 2002/10/16 07:59:00 1.10
@@ -153,6 +153,9 @@
#define AL_RC(rv) (rv)
#endif /* WITH_EX */
+struct al_buffer_st;
+typedef struct al_buffer_st al_buffer_t;
+
typedef struct {
void *(*malloc)(size_t);
void (*free)(void *);
|
|