[feat] add notification for accepting a file

This commit is contained in:
Julian Sparber
2017-09-05 12:39:41 +02:00
parent 1e5e2b1ba4
commit 88283a02cf
5 changed files with 73 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
#define __GET_H
extern int do_downloading(char *, const char *);
extern int do_downloading(const char *, const char *, const char *);
extern int do_client_notify(char *);
#endif /* __GET_H */