-O nobuf: disable IO buffering
[tfcrypt.git] / tfcrypt.h
index 42088a1c6bbb17863698df0957cedddc3d463090..280661480c65787ed1a545e9bdbadc1dd25f278a 100644 (file)
--- a/tfcrypt.h
+++ b/tfcrypt.h
@@ -193,7 +193,7 @@ int xxopen(tfc_yesno noerr, const char *pathname, int flags);
 int xopen(const char *pathname, int flags);
 void xclose(int fd);
 const char *tfc_modename(int mode);
-tfc_yesno tfc_is_stream(int mode);
+tfc_yesno tfc_is_freestream(int mode);
 void tfc_getcurtime(tfc_useconds *tx);
 char *tfc_format_time(tfc_useconds t);
 char *tfc_format_pid(const char *str);