diff options
Diffstat (limited to 'src/xine-engine/scratch.c')
-rw-r--r-- | src/xine-engine/scratch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xine-engine/scratch.c b/src/xine-engine/scratch.c index f607ae7ef..55cd0d281 100644 --- a/src/xine-engine/scratch.c +++ b/src/xine-engine/scratch.c @@ -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.c,v 1.9 2002/10/23 17:12:34 guenter Exp $ + * $Id: scratch.c,v 1.10 2003/11/11 18:45:01 f1rmb Exp $ * * top-level xine functions * @@ -85,7 +85,7 @@ static void scratch_dispose (scratch_buffer_t *this) { } -scratch_buffer_t *new_scratch_buffer (int num_lines) { +scratch_buffer_t *_x_new_scratch_buffer (int num_lines) { scratch_buffer_t *this; int i; |