[refactor] moved get header info to header file

This commit is contained in:
Julian Sparber
2017-09-18 12:07:43 +02:00
parent 69b1bfc2ed
commit 8f27f67ddd
2 changed files with 4 additions and 3 deletions

View File

@@ -5,4 +5,7 @@
extern int do_downloading(const char *, const char *, const char *);
extern int do_client_notify(char *);
int saveFile (SoupMessage *, const gchar *, const gchar *);
gchar * getFilePath (const gchar *, const gchar *);
#endif /* __GET_H */