aboutsummaryrefslogtreecommitdiffstats
path: root/toj/center/src/center_manage.h
diff options
context:
space:
mode:
Diffstat (limited to 'toj/center/src/center_manage.h')
-rw-r--r--toj/center/src/center_manage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/toj/center/src/center_manage.h b/toj/center/src/center_manage.h
index 27e1bc9..887ef77 100644
--- a/toj/center/src/center_manage.h
+++ b/toj/center/src/center_manage.h
@@ -1,6 +1,6 @@
static void manage_packcode_th(void *data);
static void manage_packcode_cb(void *data);
-static int manage_notice(int subid,int uid,int proid,int result,int runtime,int memory);
+static int manage_notice(int subid,int uid,int proid,int result,double score,int runtime,int memory,bool rejudge_flag);
static tpool *manage_packtp;
static tpool_static_fn *manage_packcode_thfn;