This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
cftp/client.h

8 lines
84 B
C

#ifndef __CLIENT_H
#define __CLIENT_H
void run_client(const char *, int);
#endif