1 #ifndef _AF_LINBUF_H
2 #define _AF_LINBUF_H
3 
4 int aflinbuf(FILE *f, int mem);
5 int aflinread(void *ptr, off_t offset, size_t size);
6 
7 #endif
8