aboutsummaryrefslogtreecommitdiffstats
path: root/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'text.py')
-rw-r--r--text.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/text.py b/text.py
index d71e78b..52a84b1 100644
--- a/text.py
+++ b/text.py
@@ -14,3 +14,4 @@ class text():
pragma_endif = "#endif\n"
autogen_warning = "// this file has been automatically generated by faultreiber\n"
last_comment = "// last line intentionally left blank\n\n"
+ read_func_sig = "int read_structured_file(char* path)"