Make debugger-helping enums extern'd and define onces elsewhere.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
$Id: common_interface.c,v 1.12 2005/01/27 03:10:06 rocky Exp $
|
||||
$Id: common_interface.c,v 1.13 2005/02/05 12:37:35 rocky Exp $
|
||||
|
||||
Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
|
||||
Copyright (C) 1998, 2002 Monty monty@xiph.org
|
||||
@@ -31,6 +31,10 @@
|
||||
#include "utils.h"
|
||||
#include "smallft.h"
|
||||
|
||||
/* Variables to hold debugger-helping enumerations */
|
||||
enum paranoia_cdda_enums;
|
||||
enum paranoia_jitter_enums;
|
||||
|
||||
/*! Determine Endian-ness of the CD-drive based on reading data from
|
||||
it. Some drives return audio data Big Endian while some (most)
|
||||
return data Little Endian. Drives known to return data bigendian are
|
||||
|
||||
Reference in New Issue
Block a user