*** empty log message ***

svn path=/trunk/boinc/; revision=9650
This commit is contained in:
Charlie Fenton 2006-03-15 01:50:12 +00:00
parent 271d01da6f
commit b8c40b5a2a
2 changed files with 8 additions and 0 deletions

View File

@ -88,8 +88,10 @@ extern int boinc_is_standalone(void);
extern void boinc_ops_per_cpu_sec(double fp, double integer);
extern void boinc_ops_cumulative(double fp, double integer);
extern int boinc_receive_trickle_down(char* buf, int len);
#ifndef __OBJC__
extern int boinc_init_options(BOINC_OPTIONS*);
extern int boinc_get_status(BOINC_STATUS*);
#endif
#ifdef __APPLE__
extern int setMacPList(void);

View File

@ -2837,3 +2837,9 @@ Walt 13 Mar 2006
Rom 14 Mar 2006 (HEAD)
- Tag for 5.3.26 release, all platforms
boinc_core_release_5_3_26
Charlie 14 Mar 2006
- Fix compiler bug due to BOINC_OPTIONS* when using objective-C.
api/
boinc_api.C,h