change atexit newline print policy
[tfcrypt.git] / tfcrypt.h
index 569e82ca76f6ba1d58a50827e7ae26b848f83287..a571397d5186b9423437ee96803e68b4b37c2ef4 100644 (file)
--- 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);