diff options
| author | kr.angelov <kr.angelov@gmail.com> | 2012-01-21 10:27:55 +0000 |
|---|---|---|
| committer | kr.angelov <kr.angelov@gmail.com> | 2012-01-21 10:27:55 +0000 |
| commit | 28bce1cdc01bff7a2caf1f30152b99827b907576 (patch) | |
| tree | 5d33e33762e2bd802863e7d57add9fd6d1c633e6 /src/runtime/c/pgf/pgf.h | |
| parent | d164ddfbe12773c40bfc506041c2ed2d68dde7d6 (diff) | |
added an API for printing the PGF to human readable format
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_ |
