=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/cvs/remote.h,v retrieving revision 1.31 retrieving revision 1.32 diff -c -r1.31 -r1.32 *** src/usr.bin/cvs/remote.h 2008/02/10 14:00:41 1.31 --- src/usr.bin/cvs/remote.h 2008/02/27 22:34:04 1.32 *************** *** 1,4 **** ! /* $OpenBSD: remote.h,v 1.31 2008/02/10 14:00:41 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * --- 1,4 ---- ! /* $OpenBSD: remote.h,v 1.32 2008/02/27 22:34:04 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink * *************** *** 119,125 **** void cvs_remote_output(const char *); char *cvs_remote_input(void); void cvs_remote_receive_file(int, size_t); ! void cvs_remote_send_file(const char *); extern int cvs_client_inlog_fd; extern int cvs_client_outlog_fd; --- 119,125 ---- void cvs_remote_output(const char *); char *cvs_remote_input(void); void cvs_remote_receive_file(int, size_t); ! void cvs_remote_send_file(const char *, int); extern int cvs_client_inlog_fd; extern int cvs_client_outlog_fd;