summaryrefslogtreecommitdiff
path: root/include/roman.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/roman.h')
-rw-r--r--include/roman.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/roman.h b/include/roman.h
index dd1acbd..37e4d1d 100644
--- a/include/roman.h
+++ b/include/roman.h
@@ -24,7 +24,7 @@ SWORD_NAMESPACE_START
/** Checks if a string is a roman numeral.
*/
-char isroman(const char *);
+char isroman(const char *, int maxchars = 0);
/* char* to_rom(int num, char *p); */
/** Converts a roman numeral to a string.