9 lines
162 B
C
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 */
|