summaryrefslogtreecommitdiff
path: root/src/seed.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/seed.h')
-rw-r--r--src/seed.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/seed.h b/src/seed.h
index 826391b..7192398 100644
--- a/src/seed.h
+++ b/src/seed.h
@@ -9,4 +9,7 @@
int seed_org(sqlite3 *db, int64_t org_id, const char *framework,
int fy_start_month, int64_t *out_fy_id, char **err);
+/* Inserts the default moms report rules for an org (no transaction). */
+int seed_vat_rules(sqlite3 *db, int64_t org_id, char **err);
+
#endif