diff options
Diffstat (limited to 'gl/lib/tempname.h')
| -rw-r--r-- | gl/lib/tempname.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gl/lib/tempname.h b/gl/lib/tempname.h index ee34aca21..a942f07d7 100644 --- a/gl/lib/tempname.h +++ b/gl/lib/tempname.h @@ -37,5 +37,6 @@ We use a clever algorithm to get hard-to-predict names. */ #include <stddef.h> -extern int gen_tempname (char *tmpl, int kind); -extern int gen_tempname_len (char *tmpl, int kind, size_t x_suffix_len); +extern int gen_tempname (char *tmpl, int flags, int kind); +extern int gen_tempname_len (char *tmpl, int flags, int kind, + size_t x_suffix_len); |
