summaryrefslogtreecommitdiff
path: root/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'core.h')
-rw-r--r--core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core.h b/core.h
index b75b022..83b8486 100644
--- a/core.h
+++ b/core.h
@@ -4,6 +4,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <stdbool.h>
+#include "database.h"
int gitrolex_core();
@@ -27,5 +28,6 @@ enum Error_t {
};
void gitrolex_parseArgs(struct State_t *s, int argc, const char *argv[]);
+long gitrolex_calculateWorkingTime(struct TimeEnty_t *t, int size);
#endif