[refactor] moved get header info to header file
This commit is contained in:
@@ -8,13 +8,11 @@
|
||||
|
||||
#include <libsoup/soup.h>
|
||||
#include "teleportapp.h"
|
||||
#include "get.h"
|
||||
|
||||
static SoupSession *session;
|
||||
static gboolean debug;
|
||||
|
||||
int saveFile (SoupMessage *, const gchar *, const gchar *);
|
||||
gchar * getFilePath (const gchar *, const gchar *);
|
||||
|
||||
static void
|
||||
finished (SoupSession *session, SoupMessage *msg, gpointer target)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user