X-Git-Url: https://jxself.org/git/?p=tfcrypt.git;a=blobdiff_plain;f=tfcrypt.h;h=a571397d5186b9423437ee96803e68b4b37c2ef4;hp=569e82ca76f6ba1d58a50827e7ae26b848f83287;hb=e16562d4f4180c1364181c92d6d8f285f322f12c;hpb=cdd9119e29f2f865403303adb8b6004b863db968 diff --git a/tfcrypt.h b/tfcrypt.h index 569e82c..a571397 100644 --- a/tfcrypt.h +++ b/tfcrypt.h @@ -170,6 +170,8 @@ extern struct getpasswd_state getps; size_t xread(int fd, void *data, size_t szdata); size_t xwrite(int fd, const void *data, size_t szdata); +extern tfc_yesno xexit_no_nl; + void xerror(tfc_yesno noexit, tfc_yesno noerrno, tfc_yesno nostats, const char *fmt, ...); void xexit(int status); void usage(void);