summaryrefslogtreecommitdiffstats
path: root/src/c_mpdview.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/c_mpdview.h')
-rw-r--r--src/c_mpdview.h22
1 files changed, 3 insertions, 19 deletions
diff --git a/src/c_mpdview.h b/src/c_mpdview.h
index d3940be..25527ab 100644
--- a/src/c_mpdview.h
+++ b/src/c_mpdview.h
@@ -46,25 +46,9 @@
#ifndef __C_MPDVIEW_H__
#define __C_MPDVIEW_H__
-/* #include <mpd/connection.h> */
-/* #include <mpd/song.h> */
-/* #include <mpd/status.h> */
-
-#define BUFF_SIZE 262144
-#define PROGNAME "mpdview"
-
-typedef char bool_t;
-typedef void* ptr_t;
-
-enum bool_e {
- FALSE,
- TRUE
-};
-
-enum ret_e {
- RET_OK,
- RET_ERR
-};
+#include <mpd/connection.h>
+#include <mpd/song.h>
+#include <mpd/status.h>
struct mpdview_s {
struct mpd_connection* conn;