From d1349dd61e0c9248ec9be3edaa37a67952e44300 Mon Sep 17 00:00:00 2001 From: "Thomas E. Dickey" Date: Sun, 3 Jun 2001 21:17:35 -0400 Subject: snapshot of project "lynx", label v2-8-4dev_21 --- src/LYShowInfo.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/LYShowInfo.c') diff --git a/src/LYShowInfo.c b/src/LYShowInfo.c index 464067d6..91eafbb4 100644 --- a/src/LYShowInfo.c +++ b/src/LYShowInfo.c @@ -36,7 +36,7 @@ */ PUBLIC BOOL LYVersionIsRelease NOARGS { - return strstr(LYNX_VERSION, "rel") != 0; + return (BOOL)(strstr(LYNX_VERSION, "rel") != 0); } PUBLIC char *LYVersionStatus NOARGS @@ -56,11 +56,11 @@ PUBLIC char *LYVersionDate NOARGS } /* - * Showinfo prints a page of info about the current file and the link + * LYShowInfo prints a page of info about the current file and the link * that the cursor is on. */ -PUBLIC int showinfo ARGS4( +PUBLIC int LYShowInfo ARGS4( document *, doc, int, size_of_file, document *, newdoc, -- cgit 1.4.1-2-gfad0