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

Diff of /ccvs/src/base.h

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

revision 1.1.2.5 by dprice, Wed Nov 30 19:58:46 2005 UTC revision 1.1.2.6 by dprice, Fri Dec 2 21:12:44 2005 UTC
# Line 28  void base_register (const char *update_d Line 28  void base_register (const char *update_d
28  void base_deregister (const char *update_dir, const char *file);  void base_deregister (const char *update_dir, const char *file);
29    
30  int base_checkout (RCSNode *rcs, struct file_info *finfo,  int base_checkout (RCSNode *rcs, struct file_info *finfo,
31                     const char *prev, const char *rev, const char *tag,                     const char *prev, const char *rev, const char *ptag,
32                     const char *poptions, const char *options);                     const char *tag, const char *poptions, const char *options);
33  void base_copy (struct file_info *finfo, const char *rev, const char *flags);  void base_copy (struct file_info *finfo, const char *rev, const char *flags);
34  void base_remove (const char *file, const char *rev);  void base_remove (const char *file, const char *rev);
35  int base_merge (RCSNode *rcs, struct file_info *finfo, const char *options,  int base_merge (RCSNode *rcs, struct file_info *finfo, const char *ptag,
36                    const char *poptions, const char *options,
37                  const char *urev, const char *rev1, const char *rev2);                  const char *urev, const char *rev1, const char *rev2);
38  #endif /* BASE_H */  #endif /* BASE_H */

Legend:
Removed from v.1.1.2.5  
changed lines
  Added in v.1.1.2.6

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