[rename] change all .c and .h file to correct name

This commit is contained in:
Julian Sparber
2017-10-02 14:04:53 +02:00
parent abb9758fc1
commit 1d233854d7
12 changed files with 0 additions and 0 deletions

8
src/teleport-server.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef __SERVER_H
#define __SERVER_H
extern int run_http_server(void);
extern int addRouteToServer(char *, char *, char *);
#endif /* __SERVER_H */