mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
libvirt_nss.h: Separate function declarations with an empty line
I find it more readable that way. Signed-off-by: Michal Privoznik <mprivozn@redhat.com> Reviewed-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
822f81c59e
commit
7af3682281
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user