mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 16:45:20 +02:00
Reduce indentation of HTTPFetchOngoing
Also clean up some related things.
This commit is contained in:
@@ -96,8 +96,8 @@ private:
|
||||
};
|
||||
|
||||
void initialStep(Client *client);
|
||||
void remoteHashSetReceived(const HTTPFetchResult &fetchresult);
|
||||
void remoteMediaReceived(const HTTPFetchResult &fetchresult,
|
||||
void remoteHashSetReceived(const HTTPFetchResult &fetch_result);
|
||||
void remoteMediaReceived(const HTTPFetchResult &fetch_result,
|
||||
Client *client);
|
||||
s32 selectRemoteServer(FileStatus *filestatus);
|
||||
void startRemoteMediaTransfers();
|
||||
|
Reference in New Issue
Block a user