ftpiiu_plugin/include/ftp.h
2014-11-23 16:39:00 -06:00

6 lines
77 B
C

#pragma once
int ftp_init(void);
int ftp_loop(void);
void ftp_exit(void);