summaryrefslogtreecommitdiff
path: root/src/cr-input.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cr-input.h')
-rw-r--r--src/cr-input.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cr-input.h b/src/cr-input.h
index 3c450a5..99ba8df 100644
--- a/src/cr-input.h
+++ b/src/cr-input.h
@@ -3,8 +3,6 @@
/*
* This file is part of The Croco Library
*
- * Copyright (C) 2002-2003 Dodji Seketeli <dodji@seketeli.org>
- *
* This program is free software; you can redistribute it and/or
* modify it under the terms of version 2.1 of the GNU Lesser General Public
* License as published by the Free Software Foundation.
@@ -18,6 +16,8 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
+ *
+ * See the COPYRIGHTS file for copyrights information.
*/
@@ -64,7 +64,7 @@ struct _CRInputPos
} ;
CRInput *
-cr_input_new_from_buf (const guchar *a_buf, gulong a_len,
+cr_input_new_from_buf (guchar *a_buf, gulong a_len,
enum CREncoding a_enc, gboolean a_free_buf) ;
CRInput *
cr_input_new_from_uri (const gchar *a_file_uri, enum CREncoding a_enc) ;