summaryrefslogtreecommitdiff
path: root/src/cr-om-parser.h
diff options
context:
space:
mode:
authorDodji Seketeli <dodji@src.gnome.org>2003-03-20 21:29:07 +0000
committerDodji Seketeli <dodji@src.gnome.org>2003-03-20 21:29:07 +0000
commit3e55266839340793845b8527b65542d1e4b5fc11 (patch)
tree68df3276dd14404867e9716856d6be1a1907fd61 /src/cr-om-parser.h
parenta189ebbcc9b05cda2ea77f84db8a65855f5b3fb7 (diff)
downloadlibcroco-3e55266839340793845b8527b65542d1e4b5fc11.tar.gz
fixed a small bug in the tokenizer.
Provided better support for in memory data parsing.
Diffstat (limited to 'src/cr-om-parser.h')
-rw-r--r--src/cr-om-parser.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/src/cr-om-parser.h b/src/cr-om-parser.h
index 78b5b50..9a18944 100644
--- a/src/cr-om-parser.h
+++ b/src/cr-om-parser.h
@@ -14,7 +14,8 @@
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
- * You should have received a copy of the GNU Lesser General Public License
+ * You should have received a copy of the
+ * GNU Lesser General Public License
* along with this program; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
* USA
@@ -61,6 +62,14 @@ cr_om_parser_parse_file (CROMParser *a_this,
guchar *a_file_uri,
enum CREncoding a_enc,
CRStyleSheet **a_result) ;
+
+enum CRStatus
+cr_om_parser_parse_buf (CROMParser *a_this,
+ guchar *a_buf,
+ gulong a_len,
+ enum CREncoding a_enc,
+ CRStyleSheet **a_result) ;
+
void
cr_om_parser_destroy (CROMParser *a_this) ;