mirror of
https://github.com/glest/glest-source.git
synced 2025-08-16 21:33:59 +02:00
Fixed the god-awful indentation
This commit is contained in:
@@ -38,16 +38,16 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void ftpInit(ftpFindExternalFTPServerIpType cb1, ftpAddUPNPPortForwardType cb2,
|
||||
ftpRemoveUPNPPortForwardType cb3, ftpIsValidClientType cb4,
|
||||
ftpIsClientAllowedToGetFileType cb5);
|
||||
int ftpCreateAccount(const char* name, const char* passw, const char* root, int accRights);
|
||||
int ftpDeleteAccount(const char* name);
|
||||
int ftpStart(int portNumber);
|
||||
int ftpShutdown(void);
|
||||
int ftpExecute(void);
|
||||
int ftpState(void);
|
||||
void ftpSignalShutdown(void);
|
||||
void ftpInit(ftpFindExternalFTPServerIpType cb1, ftpAddUPNPPortForwardType cb2,
|
||||
ftpRemoveUPNPPortForwardType cb3, ftpIsValidClientType cb4,
|
||||
ftpIsClientAllowedToGetFileType cb5);
|
||||
int ftpCreateAccount(const char* name, const char* passw, const char* root, int accRights);
|
||||
int ftpDeleteAccount(const char* name);
|
||||
int ftpStart(int portNumber);
|
||||
int ftpShutdown(void);
|
||||
int ftpExecute(void);
|
||||
int ftpState(void);
|
||||
void ftpSignalShutdown(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
Reference in New Issue
Block a user