X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfcrypt.h;h=280661480c65787ed1a545e9bdbadc1dd25f278a;hb=c0d678824537239f5e17822cd8473ac32f1ed251;hp=42088a1c6bbb17863698df0957cedddc3d463090;hpb=28fd79bfc51ba3ca72caf78fcaacecfc1a19f19c;p=tfcrypt.git diff --git a/tfcrypt.h b/tfcrypt.h index 42088a1..2806614 100644 --- 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);