X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ffile-handle.h;h=ba0d75108d9e9d48afeec4ecba8d48b0b4ae3155;hb=067d02c2b8c591efc368cf5127c497313d7a373f;hp=00a79109601465fdf05f69710421aec690dd427e;hpb=b321086267ad1014dc5d09886396cde30f094437;p=pspp diff --git a/src/file-handle.h b/src/file-handle.h index 00a7910960..ba0d75108d 100644 --- a/src/file-handle.h +++ b/src/file-handle.h @@ -31,9 +31,15 @@ enum file_handle_mode MODE_BINARY /* Fixed-length records. */ }; + + +void fh_init(void); +void fh_done(void); + /* Parsing handles. */ struct file_handle *fh_parse (void); + /* Opening and closing handles. */ void **fh_open (struct file_handle *, const char *type, const char *mode); int fh_close (struct file_handle *, const char *type, const char *mode);