mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2024-11-16 17:59:19 +01:00
6 lines
77 B
C
6 lines
77 B
C
|
#pragma once
|
||
|
|
||
|
int ftp_init(void);
|
||
|
int ftp_loop(void);
|
||
|
void ftp_exit(void);
|