X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=lib%2Fsilcutil%2Fsilcutil.h;h=57c5b1db9434d3013ab603097fa1dfbafd241995;hp=2d569528d376b6884418e41f42aaf8f9fd56cea0;hb=413da0f8686910f5e627393157566ae729ca99c4;hpb=050bd9d9e5d843220f3f393a18ab5011622237b9 diff --git a/lib/silcutil/silcutil.h b/lib/silcutil/silcutil.h index 2d569528..57c5b1db 100644 --- a/lib/silcutil/silcutil.h +++ b/lib/silcutil/silcutil.h @@ -4,7 +4,7 @@ Author: Pekka Riikonen - Copyright (C) 1997 - 2003 Pekka Riikonen + Copyright (C) 1997 - 2002 Pekka Riikonen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -33,7 +33,7 @@ * SYNOPSIS * * int silc_gets(char *dest, int destlen, const char *src, int srclen, - * int *begin); + * int begin); * * DESCRIPTION * @@ -42,8 +42,7 @@ * argument begin is returned and should be passed again for the function. * ***/ -int silc_gets(char *dest, int destlen, const char *src, int srclen, - int *begin); +int silc_gets(char *dest, int destlen, const char *src, int srclen, int begin); /****f* silcutil/SilcUtilAPI/silc_check_line * @@ -483,7 +482,7 @@ int silc_gettimeofday(struct timeval *p); * * SYNOPSIS * - * bool silc_compare_timeval(struct timeval *smaller, + * bool silc_compare_timeval(struct timeval *smaller, * struct timeval *bigger) * * DESCRIPTION @@ -492,7 +491,7 @@ int silc_gettimeofday(struct timeval *p); * time value is smaller than the second time value. * ***/ -bool silc_compare_timeval(struct timeval *smaller, +bool silc_compare_timeval(struct timeval *smaller, struct timeval *bigger); /****f* silcutil/SilcUtilAPI/silc_string_regexify