/[cvs]/ccvs/src/cvs.h
ViewVC logotype

Diff of /ccvs/src/cvs.h

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

revision 1.342 by dprice, Mon Sep 26 00:23:44 2005 UTC revision 1.343 by dprice, Mon Sep 26 00:33:39 2005 UTC
# Line 372  extern int use_editor; Line 372  extern int use_editor;
372  extern int cvswrite;  extern int cvswrite;
373  extern mode_t cvsumask;  extern mode_t cvsumask;
374    
375    /* Temp dir abstraction.  */
376    /* From main.c.  */
377  const char *get_cvs_tmp_dir (void);  const char *get_cvs_tmp_dir (void);
378  void push_env_tmp_dir (void);  /* From filesubr.c.  */
379    const char *get_system_temp_dir (void);
380    void push_env_temp_dir (void);
381    
382    
383  /* This global variable holds the global -d option.  It is NULL if -d  /* This global variable holds the global -d option.  It is NULL if -d
# Line 917  extern const char *global_session_id; Line 921  extern const char *global_session_id;
921    
922  /* From find_names.c.  */  /* From find_names.c.  */
923  List *find_files (const char *dir, const char *pat);  List *find_files (const char *dir, const char *pat);
   
 const char *get_system_temp_dir (void);  
 void push_env_temp_dir (void);  

Legend:
Removed from v.1.342  
changed lines
  Added in v.1.343

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