X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfcrypt.h;h=280661480c65787ed1a545e9bdbadc1dd25f278a;hb=c0d678824537239f5e17822cd8473ac32f1ed251;hp=30e1a5108ffc4374c7827948d80a0e33e76c8806;hpb=d659ac85a7c63b7833ab793be2f37fbc4ca7ba6b;p=tfcrypt.git diff --git a/tfcrypt.h b/tfcrypt.h index 30e1a51..2806614 100644 --- a/tfcrypt.h +++ b/tfcrypt.h @@ -193,6 +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_freestream(int mode); void tfc_getcurtime(tfc_useconds *tx); char *tfc_format_time(tfc_useconds t); char *tfc_format_pid(const char *str);