aboutsummaryrefslogtreecommitdiff
path: root/src/time.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/time.h')
-rwxr-xr-xsrc/time.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/time.h b/src/time.h
index 17a6854..5711aaf 100755
--- a/src/time.h
+++ b/src/time.h
@@ -49,13 +49,14 @@ struct timeblock{
moment end;
double hourcount();
float valuefactor = 1;
+ float upvalue(float suggestion);
};
struct workday{
moment call;
moment wrap;
moment planned_wrap;
- timeblock blocks[13];
+ timeblock blocks[12];
int total_timeblocks;
// total_timeblocks exsists because blocks[13] can't be shrunk,
// so total_timeblocks is the point at which blocks[13] just contains