=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cdio/extern.h,v retrieving revision 1.1 retrieving revision 1.2 diff -c -r1.1 -r1.2 *** src/usr.bin/cdio/extern.h 2002/04/18 20:18:31 1.1 --- src/usr.bin/cdio/extern.h 2002/04/18 22:17:04 1.2 *************** *** 29,34 **** --- 29,35 ---- extern unsigned long entry2time(struct cd_toc_entry *); extern unsigned long entry2frames(struct cd_toc_entry *); extern char ** cddb(const char *, int, struct cd_toc_entry *, char *); + extern unsigned long cddb_discid(int, struct cd_toc_entry *); extern void free_names(char **); #define VERSION "2.1"