extern.h (9b50d9027575220cb6dd09b3e62f03f511e908b8) | extern.h (68d8bb3893ae5a7e96bcc5f5b6f0d430dda0216a) |
---|---|
1/*- 2 * Copyright (c) 1991, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 28 unchanged lines hidden (view full) --- 37 38__BEGIN_DECLS 39int crc __P((int, unsigned long *, unsigned long *)); 40void pcrc __P((char *, unsigned long, unsigned long)); 41void psum1 __P((char *, unsigned long, unsigned long)); 42void psum2 __P((char *, unsigned long, unsigned long)); 43int csum1 __P((int, unsigned long *, unsigned long *)); 44int csum2 __P((int, unsigned long *, unsigned long *)); | 1/*- 2 * Copyright (c) 1991, 1993 3 * The Regents of the University of California. All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 28 unchanged lines hidden (view full) --- 37 38__BEGIN_DECLS 39int crc __P((int, unsigned long *, unsigned long *)); 40void pcrc __P((char *, unsigned long, unsigned long)); 41void psum1 __P((char *, unsigned long, unsigned long)); 42void psum2 __P((char *, unsigned long, unsigned long)); 43int csum1 __P((int, unsigned long *, unsigned long *)); 44int csum2 __P((int, unsigned long *, unsigned long *)); |
45int crc32 __P((int, unsigned long *, unsigned long *)); |
|
45__END_DECLS | 46__END_DECLS |