git @ Cat's Eye Technologies linapple / master inc / DiskFTP.h
master

Tree @master (Download .tar.gz)

DiskFTP.h @masterraw · history · blame

1
2
3
4
5
#pragma once

extern TCHAR   g_sFTPDirListing[512]; // name for FTP-directory listing
/* Choose an image using FTP */
bool ChooseAnImageFTP(int sx,int sy, char *ftp_dir, int slot, char **filename, bool *isdir, int *index_file);