library.h 218 B

12345678
  1. #ifndef _LIBRARY_H
  2. #define _LIBRARY_H
  3. int read_disklabel(int fd,struct disklabel *d);
  4. int dosumlabel(int fd,struct disklabel *d);
  5. int overlaplabel(struct disklabel *d,int offset,int endplace, unsigned force);
  6. #endif