Index: ossp-pkg/sio/al.c RCS File: /v/ossp/cvs/ossp-pkg/sio/Attic/al.c,v rcsdiff -q -kk '-r1.9' '-r1.10' -u '/v/ossp/cvs/ossp-pkg/sio/Attic/al.c,v' 2>/dev/null --- 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 *); Index: ossp-pkg/sio/al.h RCS File: /v/ossp/cvs/ossp-pkg/sio/Attic/al.h,v rcsdiff -q -kk '-r1.4' '-r1.5' -u '/v/ossp/cvs/ossp-pkg/sio/Attic/al.h,v' 2>/dev/null --- al.h 2002/10/14 15:41:37 1.4 +++ al.h 2002/10/16 07:59:00 1.5 @@ -12,9 +12,6 @@ struct al_chunk_st; typedef struct al_chunk_st al_chunk_t; -struct al_buffer_st; -typedef struct al_buffer_st al_buffer_t; - typedef enum { AL_FORWARD, AL_BACKWARD