From: Jim Meyering Date: Sat, 27 Aug 2005 14:28:28 +0000 (+0000) Subject: Include and declare creat_safer. X-Git-Tag: cvs-readonly~3054 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=45cc6c2e41a6b6512dbf1346e7d7a0c574d57100;p=gnulib.git Include and declare creat_safer. --- 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);