diff options
Diffstat (limited to 'src/sexp.h')
| -rw-r--r-- | src/sexp.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -109,10 +109,15 @@ struct sexp { }; }; +typedef SExp *SExpPtr; + + void SExp_show(SExp self, FILE* fp); void SExpRef_show(SExpRef self, FILE* fp); +void SExpPtr_show(SExpPtr self, FILE* fp); VECTOR_DEF(SExp); +VECTOR_DEF(SExpPtr); #endif |
