xref: /netbsd-src/external/gpl2/xcvs/dist/src/ms-buffer.h (revision a7c918477dd5f12c1da816ba05caf44eab2d06d6)
1*a7c91847Schristos /* CVS client logging buffer.
2*a7c91847Schristos 
3*a7c91847Schristos    This program is free software; you can redistribute it and/or modify
4*a7c91847Schristos    it under the terms of the GNU General Public License as published by
5*a7c91847Schristos    the Free Software Foundation; either version 2, or (at your option)
6*a7c91847Schristos    any later version.
7*a7c91847Schristos 
8*a7c91847Schristos    This program is distributed in the hope that it will be useful,
9*a7c91847Schristos    but WITHOUT ANY WARRANTY; without even the implied warranty of
10*a7c91847Schristos    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
11*a7c91847Schristos    GNU General Public License for more details.  */
12*a7c91847Schristos 
13*a7c91847Schristos 
14*a7c91847Schristos #ifndef MS_BUFFER_H__
15*a7c91847Schristos # define MS_BUFFER_H__
16*a7c91847Schristos # ifdef PROXY_SUPPORT
17*a7c91847Schristos 
18*a7c91847Schristos struct buffer *
19*a7c91847Schristos ms_buffer_initialize (void (*memory) (struct buffer *),
20*a7c91847Schristos 		      struct buffer *buf, struct buffer *buf2);
21*a7c91847Schristos # endif /* PROXY_SUPPORT */
22*a7c91847Schristos #endif /* MS_BUFFER_H__ */
23