X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=tfcrypt.h;h=42088a1c6bbb17863698df0957cedddc3d463090;hb=28fd79bfc51ba3ca72caf78fcaacecfc1a19f19c;hp=30e1a5108ffc4374c7827948d80a0e33e76c8806;hpb=e3b1cafef772fa27575cedeb98a9e241ac6ecc8f;p=tfcrypt.git diff --git a/tfcrypt.h b/tfcrypt.h index 30e1a51..42088a1 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_stream(int mode); void tfc_getcurtime(tfc_useconds *tx); char *tfc_format_time(tfc_useconds t); char *tfc_format_pid(const char *str);