comment out never used

Origin commit data
------------------
Branch: ni/coolstream
Commit: 9124c20f31
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2012-08-04 (Sat, 04 Aug 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Jacek Jendrzej
2012-08-04 10:03:19 +02:00
parent b0d70e11e4
commit 8dc4ef8796
26 changed files with 149 additions and 85 deletions

View File

@@ -9,6 +9,8 @@
#include <netdb.h>
#include <linux/route.h>
#if 0
//never used
static void scanip( char *str, unsigned char *to )
{
int val;
@@ -80,7 +82,7 @@ abbruch:
return rc;
}
#endif
void netGetIP( char *dev, char *ip, char *mask, char *brdcast )
{
int fd;
@@ -114,7 +116,8 @@ void netGetIP( char *dev, char *ip, char *mask, char *brdcast )
close(fd);
return;
}
#if 0
//never used
void netSetDefaultRoute( char *gw )
{
struct rtentry re;
@@ -149,7 +152,7 @@ void netSetDefaultRoute( char *gw )
close(fd);
return;
}
#endif
void netGetDefaultRoute( char *ip )
{
FILE *fp;
@@ -179,7 +182,8 @@ static char dombuf[256];
static char hostbuf[256];
static char domis=0;
static char hostis=0;
#if 0
//never used
char *netGetDomainname( void )
{
if (!domis)
@@ -194,7 +198,7 @@ void netSetDomainname( char *dom )
domis=1;
setdomainname(dombuf,strlen(dombuf)+1);
}
#endif
char *netGetHostname( void )
{
if (!hostis)