From 45cc6c2e41a6b6512dbf1346e7d7a0c574d57100 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 27 Aug 2005 14:28:28 +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.30.2