buffer.h 349 B

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