From 1cd6d2b83b757ccd79d8e024905d192d19222f5e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 27 Aug 2005 20:43:26 +0000 Subject: [PATCH] Include and declare creat_safer. --- lib/fcntl-safer.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/fcntl-safer.h b/lib/fcntl-safer.h index 8fc564f813..cab6aab1ad 100644 --- a/lib/fcntl-safer.h +++ b/lib/fcntl-safer.h @@ -18,4 +18,7 @@ /* Written by Paul Eggert. */ +#include + int open_safer (char const *, int, ...); +int creat_safer (char const *, mode_t); -- 2.47.3