X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=include%2Furl.h;h=34c5bc9302814d96399d81f1e67278c41bde0444;hb=c3bcbda5c26b9234b6207b4c6fb85ab1565d9d0b;hp=e48e19419f8efa2c8d0ceeedf7c1fb5af699d532;hpb=4b8ad1b3b464836eca2e876dd418a8e8d87bd721;p=smdp.git diff --git a/include/url.h b/include/url.h index e48e194..34c5bc9 100644 --- a/include/url.h +++ b/include/url.h @@ -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. * @@ -20,7 +20,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . * - * function: url_init to intialize a new url object + * function: url_init to initialize a new url object */ typedef struct _url_t { @@ -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 )