aboutsummaryrefslogtreecommitdiff
path: root/risu.h
diff options
context:
space:
mode:
Diffstat (limited to 'risu.h')
-rw-r--r--risu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/risu.h b/risu.h
index 48c50d9..8d2d646 100644
--- a/risu.h
+++ b/risu.h
@@ -133,4 +133,7 @@ int reginfo_dump(struct reginfo *ri, FILE * f);
/* reginfo_dump_mismatch: print mismatch details to a stream, ret nonzero=ok */
int reginfo_dump_mismatch(struct reginfo *m, struct reginfo *a, FILE *f);
+/* return size of reginfo */
+const int reginfo_size(void);
+
#endif /* RISU_H */