~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to src/dom/cssparser.h

  • Committer: ishmal
  • Date: 2008-03-20 19:14:23 UTC
  • Revision ID: ishmal@users.sourceforge.net-20080320191423-fh7vetzflh3ya0dg
Change from DOM Level 3 Views to Level 2 to sync with CSS

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 * Authors:
13
13
 *   Bob Jamison
14
14
 *
15
 
 * Copyright (C) 2005-2007 Bob Jamison
 
15
 * Copyright (C) 2005-2008 Bob Jamison
16
16
 *
17
17
 *  This library is free software; you can redistribute it and/or
18
18
 *  modify it under the terms of the GNU Lesser General Public
98
98
     *  Test if the given substring exists at the given position
99
99
     *  in parsebuf.  Use get() in case of out-of-bounds
100
100
     */
101
 
    bool match(int pos, char *str);
 
101
    bool match(int pos, const char *str);
102
102
 
103
103
    /**
104
104
     * Skip over whitespace