Close tracker id 2994519 by applying patch, looks clean to me.

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@2870 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
astei 2010-05-08 21:44:08 +00:00
parent 4a410fbfb6
commit f2f7a3b77d
2 changed files with 10 additions and 6 deletions

View file

@ -42,7 +42,9 @@ class RsInit
/* PreLogin */
static void InitRsConfig() ;
static int InitRetroShare(int argc, char **argv);
static int InitRetroShare(int argc, char **argv,
bool strictCheck=true);
static char dirSeperator();
static bool isPortable();