diff options
Diffstat (limited to 'src/xine-engine/scratch.h')
-rw-r--r-- | src/xine-engine/scratch.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/xine-engine/scratch.h b/src/xine-engine/scratch.h index 770c83fb1..4390641a8 100644 --- a/src/xine-engine/scratch.h +++ b/src/xine-engine/scratch.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: scratch.h,v 1.2 2002/01/16 17:35:34 miguelfreitas Exp $ + * $Id: scratch.h,v 1.3 2002/03/01 09:29:50 guenter Exp $ * * scratch buffer for log output * @@ -36,6 +36,8 @@ struct scratch_buffer_s { char **(*get_content) (scratch_buffer_t *this); + void (*dispose) (scratch_buffer_t *this); + char **lines; char **ordered; |