diff options
Diffstat (limited to 'usr.bin/cvs/remote.h')
-rw-r--r-- | usr.bin/cvs/remote.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/cvs/remote.h b/usr.bin/cvs/remote.h index bb49701907f..c3e61238cf3 100644 --- a/usr.bin/cvs/remote.h +++ b/usr.bin/cvs/remote.h @@ -1,4 +1,4 @@ -/* $OpenBSD: remote.h,v 1.32 2008/02/27 22:34:04 joris Exp $ */ +/* $OpenBSD: remote.h,v 1.33 2008/06/12 07:16:14 joris Exp $ */ /* * Copyright (c) 2006 Joris Vink <joris@openbsd.org> * @@ -120,6 +120,7 @@ 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); +void cvs_remote_send_file_buf(char *, BUF *, mode_t); extern int cvs_client_inlog_fd; extern int cvs_client_outlog_fd; |