summaryrefslogtreecommitdiff
path: root/src/xine-utils/xine_check.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/xine-utils/xine_check.h')
-rw-r--r--src/xine-utils/xine_check.h19
1 files changed, 1 insertions, 18 deletions
diff --git a/src/xine-utils/xine_check.h b/src/xine-utils/xine_check.h
index 150ee3b89..64c72eef1 100644
--- a/src/xine-utils/xine_check.h
+++ b/src/xine-utils/xine_check.h
@@ -1,7 +1,7 @@
#ifndef XINE_CHECK_H
#define XINE_CHECK_H
#include <stdio.h>
-
+#include "xine.h"
#define XINE_HEALTH_CHECK_OK 0
#define XINE_HEALTH_CHECK_FAIL 1
@@ -16,23 +16,6 @@
#define CHECK_X 5
#define CHECK_XV 6
-struct xine_health_check_s {
- int status;
- const char* cdrom_dev;
- const char* dvd_dev;
- char* msg;
-};
-
-typedef struct xine_health_check_s xine_health_check_t;
-
-typedef struct {
- FILE *fd;
- char *filename;
- char *ln;
- char buf[256];
-} file_info_t;
-
-
/*
* Start checking xine setup here
*