=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/Attic/proto.c,v retrieving revision 1.66 retrieving revision 1.67 diff -c -r1.66 -r1.67 *** src/usr.bin/cvs/Attic/proto.c 2005/07/24 16:46:40 1.66 --- src/usr.bin/cvs/Attic/proto.c 2005/07/25 12:05:43 1.67 *************** *** 1,4 **** ! /* $OpenBSD: proto.c,v 1.66 2005/07/24 16:46:40 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. --- 1,4 ---- ! /* $OpenBSD: proto.c,v 1.67 2005/07/25 12:05:43 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. *************** *** 412,418 **** * Build a space-separated list of all the requests that this protocol * implementation supports. */ ! char* cvs_req_getvalid(void) { u_int i; --- 412,418 ---- * Build a space-separated list of all the requests that this protocol * implementation supports. */ ! char * cvs_req_getvalid(void) { u_int i; *************** *** 476,482 **** /* * cvs_resp_getbyname() */ ! struct cvs_resp* cvs_resp_getbyname(const char *rname) { u_int i; --- 476,482 ---- /* * cvs_resp_getbyname() */ ! struct cvs_resp * cvs_resp_getbyname(const char *rname) { u_int i; *************** *** 495,501 **** * Build a space-separated list of all the responses that this protocol * implementation supports. */ ! char* cvs_resp_getvalid(void) { u_int i; --- 495,501 ---- * Build a space-separated list of all the responses that this protocol * implementation supports. */ ! char * cvs_resp_getvalid(void) { u_int i;