build two files, now

This commit is contained in:
Michael Graff 2000-01-11 23:15:11 +00:00
parent 57cd0c8166
commit 3231b400f3
2 changed files with 4 additions and 4 deletions

View file

@ -26,10 +26,10 @@ CDEFINES =
CWARNINGS =
# Alphabetically
OBJS = lwbuffer.@O@
OBJS = lwbuffer.@O@ lwres.@O@
# Alphabetically
SRCS = lwbuffer.c
SRCS = lwbuffer.c lwres.c
LIBS = @LIBS@

View file

@ -58,7 +58,7 @@ typedef struct {
/* public */
isc_uint32_t result;
unsigned char *real_name;
unsgiend int naliases;
unsigned int naliases;
unsigned char **aliases;
/* private */
unsigned int buflen;
@ -138,7 +138,7 @@ lwres_getnamebyaddr(unsigned int addrlen, unsigned char *addr,
*/
void
lwres_freegetnamebyaddr(lwres_getaddrbyname_t **structp);
lwres_freegetnamebyaddr(lwres_getnamebyaddr_t **structp);
/*
* Frees any dynamically allocated memory for this structure.
*