added function to check if string is URL (not used yet)
[rocksndiamonds.git] / src / libgame / misc.h
index 6c53d3181b65fc8571d546cf02222eccd3072225..38e4edfa0600c72862732adc69ff286811dfd8ac 100644 (file)
@@ -188,6 +188,7 @@ boolean strPrefix(char *, char *);
 boolean strSuffix(char *, char *);
 boolean strPrefixLower(char *, char *);
 boolean strSuffixLower(char *, char *);
+boolean isURL(char *);
 
 void GetOptions(int, char **,
                void (*print_usage_function)(void),