projects
/
paraslash.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
b9385fb
)
db.h: Kill an unused enum
author
Andre
<maan@p133.(none)>
Fri, 10 Mar 2006 19:04:25 +0000
(20:04 +0100)
committer
Andre
<maan@p133.(none)>
Fri, 10 Mar 2006 19:04:25 +0000
(20:04 +0100)
db.h
patch
|
blob
|
history
diff --git
a/db.h
b/db.h
index
3347d3a
..
cf55b46
100644
(file)
--- a/
db.h
+++ b/
db.h
@@
-16,16
+16,10
@@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*/
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111, USA.
*/
-/** \file db.h data structures common to all
database tool
s */
+/** \file db.h data structures common to all
audio file selector
s */
#include <sys/select.h>
#include <sys/select.h>
-enum supported_dbtools {DBT_DOPEY,
-#ifdef HAVE_MYSQL
- DBT_MYSQL,
-#endif
- NUM_DBTOOLS
-};
int find_audio_files(const char *dirname, int (*f)(const char *, const char *));
int find_audio_files(const char *dirname, int (*f)(const char *, const char *));