*** empty log message ***

This commit is contained in:
Martin Baulig
1999-12-25 20:44:04 +00:00
parent addb3101f2
commit de90df6a63
6 changed files with 22 additions and 13 deletions

View File

@@ -32,7 +32,9 @@ static const unsigned long _glibtop_sysdeps_ppp = 0;
int
glibtop_init_ppp_s (glibtop *server)
{
server->sysdeps.ppp = _glibtop_sysdeps_ppp;
server->sysdeps.ppp = _glibtop_sysdeps_ppp;
return 0;
}
/* Provides PPP/ISDN information. */
@@ -40,5 +42,7 @@ glibtop_init_ppp_s (glibtop *server)
int
glibtop_get_ppp_s (glibtop *server, glibtop_ppp *buf, unsigned short device)
{
memset (buf, 0, sizeof (glibtop_ppp));
memset (buf, 0, sizeof (glibtop_ppp));
return 0;
}