6 lines
77 B
C
Raw Normal View History

2014-11-23 16:39:00 -06:00
#pragma once
int ftp_init(void);
int ftp_loop(void);
void ftp_exit(void);