mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-11-26 18:46:42 -05:00
fixed overloading names for functions that are not supposed to be overloading in turtleClientService and ftServer
This commit is contained in:
parent
d3e690b0d6
commit
6d09493725
3 changed files with 3 additions and 3 deletions
|
|
@ -1827,7 +1827,7 @@ int ftServer::handleIncoming()
|
|||
**********************************
|
||||
*********************************/
|
||||
|
||||
void ftServer::receiveSearchResult(RsTurtleFTSearchResultItem *item)
|
||||
void ftServer::ftReceiveSearchResult(RsTurtleFTSearchResultItem *item)
|
||||
{
|
||||
bool hasCallback = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue