diff options
Diffstat (limited to 'src/runtime/c/pgf/pgf.h')
| -rw-r--r-- | src/runtime/c/pgf/pgf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/c/pgf/pgf.h b/src/runtime/c/pgf/pgf.h index 8ee26aadd..df4904b53 100644 --- a/src/runtime/c/pgf/pgf.h +++ b/src/runtime/c/pgf/pgf.h @@ -74,5 +74,7 @@ GU_DECLARE_TYPE(PgfPGF, struct); /// @} +void +pgf_print(PgfPGF* pgf, GuWriter* wtr, GuExn* err); #endif // PGF_H_ |
