From 91936bad725fedcded965a157bbf11cc7aca16e3 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Fri, 30 Nov 2007 04:14:48 +0000 Subject: [PATCH] svn path=/trunk/boinc/; revision=14328 --- api/boinc_api.C | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/api/boinc_api.C b/api/boinc_api.C index c9a77b9826..559b0ca547 100644 --- a/api/boinc_api.C +++ b/api/boinc_api.C @@ -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$";