Annotation of libaitcrc/inc/defs.h, revision 1.3

1.1       misho       1: /*************************************************************************
                      2: * (C) 2008 AITNET ltd - Sofia/Bulgaria - <misho@aitbg.com>
                      3: *  by Michael Pounov <misho@openbsd-bg.org>
                      4: *
                      5: * $Author: misho $
1.3     ! misho       6: * $Id: defs.h,v 1.2.2.1 2010/06/13 16:10:16 misho Exp $
1.1       misho       7: *
                      8: *************************************************************************/
                      9: #ifndef __DEFS_H
                     10: #define __DEFS_H
                     11: 
                     12: 
                     13: #define MAX_STR                        255
                     14: 
1.3     ! misho      15: #define MAX_FLETCHER16_DIGEST  21
1.1       misho      16: #define MAX_FLETCHER_DIGEST    360
                     17: #define MAX_ADLER_DIGEST       5552
                     18: 
                     19: 
1.2       misho      20: inline void crcSetErr(int eno, char *estr, ...);
                     21: 
                     22: 
1.1       misho      23: extern const crcPoly_t crc_Poly[];
                     24: 
                     25: 
                     26: #endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>