summaryrefslogtreecommitdiff
path: root/Build/source/texk/mendexk/mendex.h
diff options
context:
space:
mode:
authorTakuji Tanaka <ttk@t-lab.opal.ne.jp>2021-09-04 01:30:39 +0000
committerTakuji Tanaka <ttk@t-lab.opal.ne.jp>2021-09-04 01:30:39 +0000
commit51ceff662ff70282ed3f3e3ab0844910ed632418 (patch)
tree47bb2ddf2efd9e257c9d67813b63fc8ffe298df6 /Build/source/texk/mendexk/mendex.h
parent33a5ede1594579d65102a37a8b035cc114f51a4f (diff)
mendex: v3.6, support output order of symbols and numbers separately
git-svn-id: svn://tug.org/texlive/trunk@60417 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/mendexk/mendex.h')
-rw-r--r--Build/source/texk/mendexk/mendex.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Build/source/texk/mendexk/mendex.h b/Build/source/texk/mendexk/mendex.h
index ee4541ea0f5..1c0190c2822 100644
--- a/Build/source/texk/mendexk/mendex.h
+++ b/Build/source/texk/mendexk/mendex.h
@@ -39,9 +39,9 @@ int lastpage(const char *filename);
/* sort.c */
void wsort(struct index *ind, int num);
void pagesort(struct index *ind, int num);
-int alphanumeric(char c);
-int alphabet(char c);
-int numeric(char c);
+int alphanumeric(char *c);
+int alphabet(char *c);
+int numeric(char *c);
int japanese(char *buff);
int chkcontinue(struct page *p, int num);