=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/include/Attic/bm.h,v retrieving revision 1.8 retrieving revision 1.9 diff -c -r1.8 -r1.9 *** src/include/Attic/bm.h 2004/01/22 21:48:02 1.8 --- src/include/Attic/bm.h 2012/12/05 23:19:57 1.9 *************** *** 1,4 **** ! /* $OpenBSD: bm.h,v 1.8 2004/01/22 21:48:02 espie Exp $ */ /* $NetBSD: bm.h,v 1.3 1994/10/26 00:55:46 cgd Exp $ */ /*- --- 1,4 ---- ! /* $OpenBSD: bm.h,v 1.9 2012/12/05 23:19:57 deraadt Exp $ */ /* $NetBSD: bm.h,v 1.3 1994/10/26 00:55:46 cgd Exp $ */ /*- *************** *** 46,53 **** size_t rareoff; /* rare offset */ size_t md2; /* mini delta */ } bm_pat; - - #include __BEGIN_DECLS bm_pat *bm_comp(unsigned char const *, size_t, unsigned char const *); --- 46,51 ----