summaryrefslogtreecommitdiffstats
path: root/safe.h
diff options
context:
space:
mode:
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);