summaryrefslogtreecommitdiff
path: root/src/cairoint.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2017-09-17 10:20:06 -0400
committerBehdad Esfahbod <behdad@behdad.org>2017-12-19 15:16:19 -0500
commit4ece386149ccd8fbad5f8dff5d792ad2b49d5915 (patch)
treee536f7397a025e7f65d75b10a9e7e6bace11cb61 /src/cairoint.h
parentd50dbbaf278c3dd9558a097124147e353a98c32a (diff)
downloadcairo-4ece386149ccd8fbad5f8dff5d792ad2b49d5915.tar.gz
Make _intern_string_hash non-static
We will use this function in cairo-font-options.c in the following commits.
Diffstat (limited to 'src/cairoint.h')
-rw-r--r--src/cairoint.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cairoint.h b/src/cairoint.h
index 154270656..a51d2f937 100644
--- a/src/cairoint.h
+++ b/src/cairoint.h
@@ -912,6 +912,9 @@ _cairo_validate_text_clusters (const char *utf8,
int num_clusters,
cairo_text_cluster_flags_t cluster_flags);
+cairo_private unsigned long
+_cairo_string_hash (const char *str, int len);
+
cairo_private cairo_status_t
_cairo_intern_string (const char **str_inout, int len);