OSDN Git Service

seek_lha_header() should search the PMA archive
[lha/lha.git] / src / pm2hist.h
1 /***********************************************************
2         pm2hist.h -- history for pmext2 decoding
3 ***********************************************************/
4
5 /* Circular double-linked list. */
6
7 void hist_init();
8 unsigned char hist_lookup(int n);
9 void hist_update(unsigned char data);