mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=9650
This commit is contained in:
parent
271d01da6f
commit
b8c40b5a2a
|
@ -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);
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue