This is cache.h in view mode; [Download] [Up]
/* * Name: cache.h * Description: Interface of the disk cache module. * Author: Christian Starkjohann <cs@hal.kph.tuwien.ac.at> * Date: 1996-12-16 * Copyright: GNU-GPL * Tabsize: 4 */ void cached_read(unsigned long base, char *dest); void cached_write(unsigned long base, char *data); void cache_sync(void); void cache_set_bsize(int bsize); void cache_init_buffers(int use_small_buffer);
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.