Added StartMinimised Option (-m as distinct from AutoLogin Option -a)

The core does nothing with this, but it can be used by the gui.



git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@600 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
drbob 2008-06-14 13:22:39 +00:00
parent 9e947f26ca
commit c47c751532
3 changed files with 19 additions and 2 deletions

View file

@ -47,7 +47,9 @@ extern RsControl *rsicontrol;
*/
RsInit *InitRsConfig();
/* extract various options for GUI */
const char *RsConfigDirectory(RsInit *config);
bool RsConfigStartMinimised(RsInit *config);
void CleanupRsConfig(RsInit *);