[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,8 +1,8 @@
#ifndef __SERVER_H
#define __SERVER_H
#ifndef __TELEPORT_SERVER_H
#define __TELEPORT_SERVER_H
extern int run_http_server(void);
extern int addRouteToServer(char *, char *, char *);
#endif /* __SERVER_H */
#endif /* __TELEPORT_SERVER_H */