svn path=/trunk/boinc/; revision=14328

This commit is contained in:
David Anderson 2007-11-30 04:14:48 +00:00
parent 2ebf90fabd
commit 91936bad72
1 changed files with 4 additions and 0 deletions

View File

@ -1114,4 +1114,8 @@ void boinc_register_timer_callback(FUNC_PTR p) {
timer_callback = p;
}
double boinc_get_fraction_done() {
return fraction_done;
}
const char *BOINC_RCSID_0fa0410386 = "$Id$";