version bump
[smdp.git] / include / url.h
index e48e194..330e4be 100644 (file)
@@ -3,7 +3,7 @@
 
 /*
  * An object to store all urls of a slide.
- * Copyright (C) 2014 Michael Goehler
+ * Copyright (C) 2018 Michael Goehler
  *
  * This file is part of mdp.
  *
@@ -39,6 +39,6 @@ int url_get_amount(void);
 void url_purge(void);
 void url_dump(void);
 int url_count_inline(const wchar_t *line);
-int url_len_inline(const wchar_t *text);
+int url_len_inline(const wchar_t *value);
 
 #endif // !defined( URL_H )