[refactor] change file names

This commit is contained in:
Julian Sparber
2017-10-02 14:22:12 +02:00
parent 69b5ba35f6
commit 8f17179000
16 changed files with 63 additions and 67 deletions

View File

@@ -1,5 +1,5 @@
#ifndef __GET_H
#define __GET_H
#ifndef __TELEPORT_GET_H
#define __TELEPORT_GET_H
#include <libsoup/soup.h>
@@ -10,4 +10,4 @@ int saveFile (SoupMessage *, const gchar *, const gchar *);
gchar * getFilePath (const gchar *, const gchar *);
int get (char *, const gchar *, const gchar *, const gchar *);
#endif /* __GET_H */
#endif /* __TELEPORT_GET_H */