summaryrefslogtreecommitdiffstats
path: root/safe.h
diff options
context:
space:
mode:
authorpgen <p.gen.progs@gmail.com>2021-12-10 23:45:01 +0100
committerpgen <p.gen.progs@gmail.com>2021-12-10 23:45:01 +0100
commit62615b442cb25195e40ccfa4d4d132d52ccccb6e (patch)
tree195d22de692c6864c5d026806c3e217a4b2dadb3 /safe.h
parent9988ccf0dfc1fb0ebd3fba2f7313311241b181e6 (diff)
Bump to release 0.9.19v0.9.19
Diffstat (limited to 'safe.h')
-rw-r--r--safe.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/safe.h b/safe.h
index 472a7c9..21558bc 100644
--- a/safe.h
+++ b/safe.h
@@ -11,8 +11,8 @@ fputs_safe(const char * restrict s, FILE * restrict stream);
int
fputc_safe(int c, FILE * stream);
-int
+int
tcsetattr_safe(int fildes, int optional_actions,
const struct termios * termios_p);