diff options
author | Henry Stiles <henry.stiles@artifex.com> | 1998-11-26 19:54:16 +0000 |
---|---|---|
committer | Henry Stiles <henry.stiles@artifex.com> | 1998-11-26 19:54:16 +0000 |
commit | 74e6d83152f238ad54c179ab4632641b9b3d8619 (patch) | |
tree | 229629146495247fe9224b76a2a10ecf04d579a6 /pl/pjparse.h | |
parent | 1a6d374084e4512361d0e8e7dd7abad2ae8c486e (diff) |
pjl_compare() is now exported.
git-svn-id: http://svn.ghostscript.com/ghostpcl/trunk/ghostpcl@562 06663e23-700e-0410-b217-a244a6096597
Diffstat (limited to 'pl/pjparse.h')
-rw-r--r-- | pl/pjparse.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/pl/pjparse.h b/pl/pjparse.h index 974139d2a..f55d5fb7b 100644 --- a/pl/pjparse.h +++ b/pl/pjparse.h @@ -55,6 +55,9 @@ bool pjl_skip_to_uel(P1(stream_cursor_read *pr)); */ char *pjl_get_envvar(P2(pjl_parser_state *pst, const char *pjl_var)); +/* compare pjl string values. This is just a case-insensitive string compare */ +int pjl_compare(P2(const char *s1, const char *s2)); + /* map a pjl symbol set name to a pcl integer */ int pjl_map_pjl_sym_to_pcl_sym(P1(const char *symname)); |