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:
drbob 2013-08-22 00:00:33 +00:00
parent 889f55b529
commit d0c3241be6

View File

@ -73,7 +73,7 @@ class RsPluginManager;
//int InitRetroShare(int argc, char **argv, RsInit *config);
//int LoadCertificates(RsInit *config);
RsControl *createRsControl(RsIface &iface, NotifyBase &notify);
RsControl *createRsControl(NotifyBase &notify);
class RsServer: public RsControl, public RsThread