Made crc32() a static function in libdtv/libsi/si_parser.c

This commit is contained in:
Klaus Schmidinger
2003-08-15 14:04:48 +02:00
parent 7a3c2df2f4
commit 79c7d1fe9b
4 changed files with 9 additions and 3 deletions

View File

@@ -1226,7 +1226,6 @@ void siParseDescriptors (struct LIST *, u_char *, int, u_char);
void siParseDescriptor (struct LIST *, u_char *);
char *siGetDescriptorText (u_char *, int);
char *siGetDescriptorName (u_char *, int);
u_long crc32 (char *data, int len);
/* si_debug_services.c */