[ fix ] missing idris2_popen/pclose decl in the C headers

This commit is contained in:
Attila Lendvai 2021-10-08 15:25:26 +02:00 committed by G. Allais
parent a507b6dadf
commit dbba5087fe

View File

@ -22,6 +22,9 @@ int idris2_fileSize(FILE* h);
int idris2_fpoll(FILE* f);
void *idris2_popen(const char *cmd, const char *mode);
void idris2_pclose(void *stream);
// Seek through the next newline without
// saving anything along the way
int idris2_seekLine(FILE* f);