[fix] add libsoup to header file

This commit is contained in:
Julian Sparber
2017-09-18 17:07:44 +02:00
parent 8f27f67ddd
commit 8967c37e60

View File

@@ -1,6 +1,7 @@
#ifndef __GET_H
#define __GET_H
#include <libsoup/soup.h>
extern int do_downloading(const char *, const char *, const char *);
extern int do_client_notify(char *);