blob: c1c771d4de9262f375f0dde61ff75bfbb81bb4fc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* Application specific interaction between main and buffer
* process. This is much less generic than the functions in
* xfermem so I chose to put it in buffer.[hc].
* 01/28/99 [dk]
*/
void buffer_ignore_lowmem(void);
void buffer_end(void);
void buffer_resync(void);
void buffer_reset(void);
void buffer_start(void);
void buffer_stop(void);
|