diff options
Diffstat (limited to 'mcast/common/.svn/text-base/crc32.h.svn-base')
-rw-r--r-- | mcast/common/.svn/text-base/crc32.h.svn-base | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/mcast/common/.svn/text-base/crc32.h.svn-base b/mcast/common/.svn/text-base/crc32.h.svn-base deleted file mode 100644 index f4bef5e..0000000 --- a/mcast/common/.svn/text-base/crc32.h.svn-base +++ /dev/null @@ -1,35 +0,0 @@ -/* - * (c) BayCom GmbH, http://www.baycom.de, info@baycom.de - * - * See the COPYING file for copyright information and - * how to reach the author. - * - */ - -/* -$Id: crc32.h,v 1.2 2006/01/02 18:24:04 rasc Exp $ - - - DVBSNOOP - - a dvb sniffer and mpeg2 stream analyzer tool - http://dvbsnoop.sourceforge.net/ - - (c) 2001-2006 Rainer.Scherg@gmx.de (rasc) - - - -- Code Module CRC32 taken von linuxtv.org - -*/ - - - -#ifndef __CRC32_H -#define __CRC32_H - - -uint32_t dvb_crc32 (char *data, int len); - - -#endif - |