summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2021-03-15 18:47:03 -0400
committerThomas E. Dickey <dickey@invisible-island.net>2021-03-17 19:09:30 -0400
commit438e798b34c7ef7c52455247cb5361eab728fe76 (patch)
treee7caed820272ab5abf28ec7d493db764c837b660
parenta383f6cc5d64715012e7c53c70a624c303103d4d (diff)
downloadxorg-lib-libXcursor-438e798b34c7ef7c52455247cb5361eab728fe76.tar.gz
correct a prototype
Signed-off-by: Thomas E. Dickey <dickey@invisible-island.net>
-rw-r--r--man/Xcursor.man2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/Xcursor.man b/man/Xcursor.man
index 137862c..6334a17 100644
--- a/man/Xcursor.man
+++ b/man/Xcursor.man
@@ -329,7 +329,7 @@ XcursorImages *XcursorFilenameLoadImages (
const char *filename,
int size)
.NS
-XcursorImages *XcursorFilenameLoadAllImages (FILE *file)
+XcursorImages *XcursorFilenameLoadAllImages (const char *file)
.NS
XcursorBool XcursorFilenameLoad (
const char *file,