This commit is contained in:
Daniel Stenberg 2004-02-03 08:47:26 +00:00
Родитель 95dd343244
Коммит 4af66b70fc
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -22,8 +22,7 @@ ares_expand_name \- Expand a DNS-encoded domain name
.B #include <ares.h>
.PP
.B int ares_expand_name(const unsigned char *\fIencoded\fP,
.B
const unsigned char *\fIabuf\fP, int \fIalen\fP, char **\fIs\fP,
.B const unsigned char *\fIabuf\fP, int \fIalen\fP, char **\fIs\fP,
.B int *\fIenclen\fP)
.fi
.SH DESCRIPTION