Diff

Not logged in

Differences From Artifact [cc821f48ad26f7f1]:

To Artifact [c4a299078e088cf2]:


97 97 char *next_out; 98 98 uint avail_out; 99 99 uint total_out_lo32; 100 100 uint total_out_hi32; 101 101 102 102 void *state; 103 103 104 - void *(*bzalloc)(void *,int,int); 105 - void (*bzfree)(void *,void *); 104 + void* function(void *,int,int) bzalloc; 105 + void function(void *,void *) bzfree; 106 106 void *opaque; 107 107 } 108 108 109 109 extern(Windows) 110 110 { 111 111 /*-- Core (low-level) library functions --*/ 112 112