mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
Fixed function prototype for removal of RsIface.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@6588 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
889f55b529
commit
d0c3241be6
@ -73,7 +73,7 @@ class RsPluginManager;
|
||||
//int InitRetroShare(int argc, char **argv, RsInit *config);
|
||||
//int LoadCertificates(RsInit *config);
|
||||
|
||||
RsControl *createRsControl(RsIface &iface, NotifyBase ¬ify);
|
||||
RsControl *createRsControl(NotifyBase ¬ify);
|
||||
|
||||
|
||||
class RsServer: public RsControl, public RsThread
|
||||
|
Loading…
Reference in New Issue
Block a user