Files
BeamMeUp/src/get.h
2017-09-05 12:39:41 +02:00

9 lines
162 B
C

#ifndef __GET_H
#define __GET_H
extern int do_downloading(const char *, const char *, const char *);
extern int do_client_notify(char *);
#endif /* __GET_H */