/[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.344 by dprice, Thu Sep 29 20:20:34 2005 UTC revision 1.344.2.1 by dprice, Sat Oct 15 01:38:18 2005 UTC
# Line 504  int ls (int argc, char *argv[]); Line 504  int ls (int argc, char *argv[]);
504  int unlink_file (const char *f);  int unlink_file (const char *f);
505  int unlink_file_dir (const char *f);  int unlink_file_dir (const char *f);
506    
 /* This is the structure that the recursion processor passes to the  
    fileproc to tell it about a particular file.  */  
 struct file_info  
 {  
     /* Name of the file, without any directory component.  */  
     const char *file;  
   
     /* Name of the directory we are in, relative to the directory in  
        which this command was issued.  We have cd'd to this directory  
        (either in the working directory or in the repository, depending  
        on which sort of recursion we are doing).  If we are in the directory  
        in which the command was issued, this is "".  */  
     const char *update_dir;  
   
     /* update_dir and file put together, with a slash between them as  
        necessary.  This is the proper way to refer to the file in user  
        messages.  */  
     const char *fullname;  
   
     /* Name of the directory corresponding to the repository which contains  
        this file.  */  
     const char *repository;  
   
     /* The pre-parsed entries for this directory.  */  
     List *entries;  
   
     RCSNode *rcs;  
 };  
   
 /* This needs to be included after the struct file_info definition since some  
  * of the functions subr.h defines refer to struct file_info.  
  */  
507  #include "subr.h"  #include "subr.h"
508    
509  int update (int argc, char *argv[]);  int update (int argc, char *argv[]);
# Line 685  int run_exec (const char *stin, const ch Line 653  int run_exec (const char *stin, const ch
653                int flags);                int flags);
654  int run_piped (int *, int *);  int run_piped (int *, int *);
655    
656  /* other similar-minded stuff from run.c.  */  #include "run.h"
 FILE *run_popen (const char *, const char *);  
 int piped_child (char *const *, int *, int *, bool);  
 void close_on_exec (int);  
657    
658  pid_t waitpid (pid_t, int *, int);  pid_t waitpid (pid_t, int *, int);
659    

Legend:
Removed from v.1.344  
changed lines
  Added in v.1.344.2.1

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