ossp-pkg/sio/al.c 1.26 -> 1.27
--- al.c 2002/10/18 12:41:20 1.26
+++ al.c 2002/10/18 14:12:11 1.27
@@ -82,8 +82,8 @@
char *mem; /* reference to underlying chunk of data */
size_t size; /* size of underlying chunk of data */
int usecount; /* reference count (from al_chunk_t) */
- void (*freemem)(char *p, size_t n, void *u); /* callback function to reclaim memory when it is no longer referenced */
- void *userdata; /* arbitrary pointer to pass context data to the callback function */
+ void (*freemem)(char *p, size_t n, void *u); /* callback function to reclaim memory when it is no longer referenced */
+ void *userdata; /* arbitrary pointer to pass context data to the callback function */
};
struct al_tx_st {
|
|