summaryrefslogtreecommitdiff
path: root/src/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.h')
-rw-r--r--src/main.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/main.h b/src/main.h
index 41413d9..f16a168 100644
--- a/src/main.h
+++ b/src/main.h
@@ -24,17 +24,19 @@ THE SOFTWARE.
#ifndef SRC_MAIN_H_4ZGSCG6X
#define SRC_MAIN_H_4ZGSCG6X
-#include <curl/curl.h>
+//#include <curl/curl.h>
#include <piano.h>
#include "player2.h"
+#include "http.h"
#include "settings.h"
#include "ui_readline.h"
typedef struct {
PianoHandle_t ph;
- CURL *http;
+ //CURL *http;
+ http_t http2;
player2_t player;
BarSettings_t settings;
/* first item is current song */