File: common.h

package info (click to toggle)
e2undel 0.8-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 292 kB
  • ctags: 298
  • sloc: ansic: 4,112; makefile: 109
file content (8 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
/* common.h: definitions needed for the undel and the file related parts */
/* of e2undel */

#define FSIZE 8192

int softmagic(unsigned char *buf, int size);
int ascmagic(unsigned char *buf, int size);
int apprentice();