aboutsummaryrefslogtreecommitdiff
path: root/engines/glk/hugo/stringfn.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/glk/hugo/stringfn.h')
-rw-r--r--engines/glk/hugo/stringfn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/engines/glk/hugo/stringfn.h b/engines/glk/hugo/stringfn.h
index bb339fc047..2ee6e3ed74 100644
--- a/engines/glk/hugo/stringfn.h
+++ b/engines/glk/hugo/stringfn.h
@@ -56,6 +56,8 @@ public:
char *Rtrim(char a[]);
char *hugo_strcpy(char *s, const char *t);
+
+ char *strlwr(char *s);
};