/[man-db]/man-db/lib/tempfile.c
ViewVC logotype

Diff of /man-db/lib/tempfile.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.8 by cjwatson, Thu May 1 15:54:03 2003 UTC revision 1.9 by cjwatson, Thu May 1 18:14:11 2003 UTC
# Line 35  Line 35 
35  #include <sys/types.h>  #include <sys/types.h>
36  #include <sys/stat.h>  #include <sys/stat.h>
37    
38    #include "manconfig.h"
39    
40  /* Other library functions used in man-db. */  /* Other library functions used in man-db. */
 extern char *strappend (char *str, ...);  
 extern char *xstrdup (const char *string);  
41  extern int mkstemp (char *template);  extern int mkstemp (char *template);
42  extern char *mkdtemp (char *template);  extern char *mkdtemp (char *template);
43    
44  static const char *path_search ()  static const char *path_search (void)
45  {  {
46          const char *dir = NULL;          const char *dir = NULL;
47    

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26