From f95825cb68c7e216b02fee59cb44cd0d874db2b7 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Thu, 22 Sep 2005 08:59:08 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=8144 --- doc/gui_rpc.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/gui_rpc.php b/doc/gui_rpc.php index 2e96ad5aab..26830dbc62 100644 --- a/doc/gui_rpc.php +++ b/doc/gui_rpc.php @@ -76,7 +76,7 @@ list_item_func( " ); list_item_func( - "project_attach(char* url, char* account_id,
bool use_cached_credentials)", + "project_attach(char* url, char* account_id, bool use_cached_credentials)", "Attach to the given project. Cached credentials are defined in the project_init.xml file." ); @@ -130,7 +130,7 @@ list_item_func( " ); list_item_func( - "acct_mgr_rpc(const char* url, const char* name, const char* passwd,
bool use_cached_credentials)", + "acct_mgr_rpc(const char* url, const char* name, const char* passwd, bool use_cached_credentials)", "Do an Account Manager RPC to the given URL, passing the given name/password. If use_cached_credentials is true, then the existing url, username,