X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perliol.h;h=6b714bb6efa95e87fb288459096333aaa4bcbfe6;hb=8ff3e83ba54cff6118a4f9fd629260c21194f290;hp=c6da2b6ffdf07274ca584be88066a5fe17f1964a;hpb=b7787f18a4d9a5b6205453133731406d627268af;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perliol.h b/perliol.h index c6da2b6..6b714bb 100644 --- a/perliol.h +++ b/perliol.h @@ -168,6 +168,10 @@ PERL_EXPORT_C void PerlIO_list_free(pTHX_ PerlIO_list_t *list); PERL_EXPORT_C void PerlIO_list_push(pTHX_ PerlIO_list_t *list, PerlIO_funcs *funcs, SV *arg); PERL_EXPORT_C void PerlIO_list_free(pTHX_ PerlIO_list_t *list); +/* PerlIO_teardown doesn't need exporting, but the EXTERN_C is needed + * for compiling as C++. Must also match with what perl.h says. */ +EXTERN_C void PerlIO_teardown(void); + /*--------------------------------------------------------------------------------------*/ /* Generic, or stub layer functions */ @@ -281,3 +285,13 @@ PERL_EXPORT_C SSize_t PerlIOUnix_write(pTHX_ PerlIO *f, const void *vbuf, Size PERL_EXPORT_C IV PerlIOUtf8_pushed(pTHX_ PerlIO *f, const char *mode, SV *arg, PerlIO_funcs *tab); #endif /* _PERLIOL_H */ + +/* + * Local variables: + * c-indentation-style: bsd + * c-basic-offset: 4 + * indent-tabs-mode: t + * End: + * + * ex: set ts=8 sts=4 sw=4 noet: + */