X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fstdio-safer.h;h=8329a1a09387f23cd657f843a03a5283175d1b69;hb=fb7fde6f658ac18b7ab7ca61dca9a290cc8c3348;hp=0b9a9ab80c29c18f9555224836e4f3e42469d8fc;hpb=267a39bafd249d7eb9c37df06dc6defcf41cb343;p=gnulib.git diff --git a/lib/stdio-safer.h b/lib/stdio-safer.h index 0b9a9ab80..8329a1a09 100644 --- a/lib/stdio-safer.h +++ b/lib/stdio-safer.h @@ -1,6 +1,6 @@ /* Invoke stdio functions, but avoid some glitches. - Copyright (C) 2001, 2003 Free Software Foundation, Inc. + Copyright (C) 2001, 2003, 2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -21,3 +21,4 @@ #include FILE *fopen_safer (char const *, char const *); +FILE *tmpfile_safer (void);