mirror of
https://github.com/wiiu-env/ftpiiu_plugin.git
synced 2025-02-03 13:42:38 +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);
|