aboutsummaryrefslogtreecommitdiff
path: root/src/frame.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2018-03-10 22:30:05 +0100
committerThomas White <taw@physics.org>2018-03-10 22:30:05 +0100
commit76c22d23939b17980882a76458879cf1290bb55c (patch)
treec354f9e658be1cc8cd04299f34bd36676d183513 /src/frame.h
parent893cbd46e5f7aa1306032ac91815c3ce20467f41 (diff)
Show rscblocks in debugger
Diffstat (limited to 'src/frame.h')
-rw-r--r--src/frame.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/frame.h b/src/frame.h
index 0ccc47b..f3e1538 100644
--- a/src/frame.h
+++ b/src/frame.h
@@ -206,6 +206,7 @@ extern enum para_type para_type(Paragraph *para);
extern SCBlock *para_scblock(Paragraph *para);
extern int para_debug_num_runs(Paragraph *para);
-extern int para_debug_run_info(Paragraph *para, int i, SCBlock **scblock);
+extern int para_debug_run_info(Paragraph *para, int i, SCBlock **scblock,
+ SCBlock **rscblock);
#endif /* FRAME_H */