From: Michal Privoznik Date: Tue, 16 Jul 2019 10:05:27 +0000 (+0200) Subject: libvirt_nss.h: Separate function declarations with an empty line X-Git-Tag: v5.8.0-rc1~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7af3682281f094a0b54c15b925a32249ecb3e4ad;p=thirdparty%2Flibvirt.git libvirt_nss.h: Separate function declarations with an empty line I find it more readable that way. Signed-off-by: Michal Privoznik Reviewed-by: Erik Skultety --- diff --git a/tools/nss/libvirt_nss.h b/tools/nss/libvirt_nss.h index ee6c971d3d..95ebafdc71 100644 --- a/tools/nss/libvirt_nss.h +++ b/tools/nss/libvirt_nss.h @@ -71,10 +71,12 @@ enum nss_status NSS_NAME(gethostbyname2)(const char *name, int af, struct hostent *result, char *buffer, size_t buflen, int *errnop, int *herrnop); + enum nss_status NSS_NAME(gethostbyname3)(const char *name, int af, struct hostent *result, char *buffer, size_t buflen, int *errnop, int *herrnop, int32_t *ttlp, char **canonp); + #ifdef HAVE_STRUCT_GAIH_ADDRTUPLE enum nss_status NSS_NAME(gethostbyname4)(const char *name, struct gaih_addrtuple **pat,