summaryrefslogtreecommitdiff
path: root/doc/FSlib.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/FSlib.txt')
-rw-r--r--doc/FSlib.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/FSlib.txt b/doc/FSlib.txt
index d67fff1..5f686f3 100644
--- a/doc/FSlib.txt
+++ b/doc/FSlib.txt
@@ -42,7 +42,7 @@ Closes the font.
char **
FSListFonts(
FSServer *svr,
- char *pattern,
+ const char *pattern,
int maxNames,
int *actualCount);
@@ -59,7 +59,7 @@ Frees the list of font names returned by FSListFonts.
char **
FSListFontsWithXInfo(
FSServer *svr,
- char *pattern,
+ const char *pattern,
int maxNames,
int *actualCount,
fsFontHeader ***info,