diff stream/cdd.h @ 31417:ca9623cfa117

Move cdda_opts extern declaration to stream/cdd.h.
author diego
date Sun, 20 Jun 2010 15:00:11 +0000
parents 19a6d39d5fdd
children 01340407202e
line wrap: on
line diff
--- a/stream/cdd.h	Sun Jun 20 14:40:42 2010 +0000
+++ b/stream/cdd.h	Sun Jun 20 15:00:11 2010 +0000
@@ -29,6 +29,10 @@
 #endif
 #include <sys/types.h>
 
+#include "m_option.h"
+
+extern const m_option_t cdda_opts[];
+
 typedef struct {
 	char cddb_hello[1024];
 	unsigned long disc_id;