*** empty log message ***

svn path=/trunk/boinc/; revision=8144
This commit is contained in:
Rom Walton 2005-09-22 08:59:08 +00:00
parent cc76c2b16a
commit f95825cb68
1 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ list_item_func(
"
);
list_item_func(
"project_attach(char* url, char* account_id,<br>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
<a href=client_startup.php>project_init.xml</a> file."
);
@ -130,7 +130,7 @@ list_item_func(
"
);
list_item_func(
"acct_mgr_rpc(const char* url, const char* name, const char* passwd,<br>bool use_cached_credentials)",
"acct_mgr_rpc(const char* url, const char* name, const char* passwd, bool use_cached_credentials)",
"Do an <a href=acct_mgt.php>Account Manager RPC</a>
to the given URL, passing the given name/password.
If use_cached_credentials is true, then the existing url, username,