[feat] add server and get code (not yet finished)

This commit is contained in:
Julian Sparber
2017-07-31 14:30:22 +01:00
parent 7f243db0a5
commit 3cdafec827
7 changed files with 79 additions and 78 deletions

8
src/get.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef __GET_H
#define __GET_H
extern int do_downloading(char *);
extern int do_client_notify(char *);
#endif /* __GET_H */