Add url support (downloading) to /plugins install
Additional changes include code refactoring.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
|
||||
#include <curl/curl.h>
|
||||
#include <pthread.h>
|
||||
#include "common.h"
|
||||
|
||||
typedef struct prof_win_t ProfWin;
|
||||
|
||||
@@ -17,6 +18,7 @@ typedef struct http_download_t
|
||||
ProfWin* window;
|
||||
pthread_t worker;
|
||||
int cancel;
|
||||
gboolean silent;
|
||||
} HTTPDownload;
|
||||
|
||||
void*
|
||||
|
||||
Reference in New Issue
Block a user