removed ipAddrToA decl

This commit is contained in:
Jeff Hill
1998-06-16 02:54:27 +00:00
parent 75d4d73f57
commit 261479ad0a
2 changed files with 2 additions and 6 deletions

View File

@@ -28,9 +28,7 @@ extern "C" {
#include <netdb.h>
#include <unistd.h> /* close() and others */
void ipAddrToA(const struct sockaddr_in *pInetAddr,
char *pBuf, const unsigned bufSize);
/*
* as far as I can tell there is no header file for these
*/
/*

View File

@@ -28,9 +28,7 @@ extern "C" {
#include <netdb.h>
#include <unistd.h> /* close() and others */
void ipAddrToA(const struct sockaddr_in *pInetAddr,
char *pBuf, const unsigned bufSize);
/*
* as far as I can tell there is no header file for these
*/
/*