*** buffer.h Sun Jul 21 18:05:08 2002 --- /usr/zenez/build/ou8/ccvs/src/buffer.h Fri May 9 14:47:42 2003 *************** *** 61,67 **** appropriate should be done at this point. This may be NULL. It should return 0 on success, or an errno code. This entry point exists for the compression code. */ ! int (*shutdown) PROTO((struct buffer *)); /* This field is passed to the INPUT, OUTPUT, and BLOCK functions. */ void *closure; --- 61,67 ---- appropriate should be done at this point. This may be NULL. It should return 0 on success, or an errno code. This entry point exists for the compression code. */ ! int (*my_shutdown) PROTO((struct buffer *)); /* This field is passed to the INPUT, OUTPUT, and BLOCK functions. */ void *closure;