=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/cvs.h,v retrieving revision 1.85 retrieving revision 1.86 diff -c -r1.85 -r1.86 *** src/usr.bin/cvs/cvs.h 2005/09/15 22:12:23 1.85 --- src/usr.bin/cvs/cvs.h 2005/10/07 21:47:32 1.86 *************** *** 1,4 **** ! /* $OpenBSD: cvs.h,v 1.85 2005/09/15 22:12:23 joris Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: cvs.h,v 1.86 2005/10/07 21:47:32 reyk Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 151,176 **** struct cvs_cmd { ! int cmd_op; ! int cmd_req; ! char cmd_name[CVS_CMD_MAXNAMELEN]; ! char cmd_alias[CVS_CMD_MAXALIAS][CVS_CMD_MAXNAMELEN]; ! char cmd_descr[CVS_CMD_MAXDESCRLEN]; ! char *cmd_synopsis; ! char *cmd_opts; ! char *cmd_defargs; ! int file_flags; /* operations vector */ ! int (*cmd_init) (struct cvs_cmd *, int, char **, int *); ! int (*cmd_pre_exec) (struct cvsroot *); ! int (*cmd_exec_remote) (CVSFILE *, void *); ! int (*cmd_exec_local) (CVSFILE *, void *); ! int (*cmd_post_exec) (struct cvsroot *); ! int (*cmd_cleanup) (void); /* flags for cvs_file_get() */ ! int cmd_flags; }; struct cvs_file; --- 151,176 ---- struct cvs_cmd { ! int cmd_op; ! int cmd_req; ! char cmd_name[CVS_CMD_MAXNAMELEN]; ! char cmd_alias[CVS_CMD_MAXALIAS][CVS_CMD_MAXNAMELEN]; ! char cmd_descr[CVS_CMD_MAXDESCRLEN]; ! char *cmd_synopsis; ! char *cmd_opts; ! char *cmd_defargs; ! int file_flags; /* operations vector */ ! int (*cmd_init)(struct cvs_cmd *, int, char **, int *); ! int (*cmd_pre_exec)(struct cvsroot *); ! int (*cmd_exec_remote)(CVSFILE *, void *); ! int (*cmd_exec_local)(CVSFILE *, void *); ! int (*cmd_post_exec)(struct cvsroot *); ! int (*cmd_cleanup)(void); /* flags for cvs_file_get() */ ! int cmd_flags; }; struct cvs_file;