*** empty log message ***

This commit is contained in:
Martin Baulig
1999-11-21 19:05:11 +00:00
parent 6380440c00
commit 566e05bb33
2 changed files with 2 additions and 2 deletions

View File

@@ -8,4 +8,4 @@ glibtop_HEADERS = close.h loadavg.h prockernel.h procstate.h \
procsignal.h read_data.h union.h types.h gnuserv.h \
parameter.h mountlist.h fsusage.h procmap.h signal.h \
inodedb.h sysinfo.h ppp.h procargs.h netload.h \
limits.h
interfaces.h limits.h

View File

@@ -79,7 +79,7 @@ struct _glibtop_interface_names
char *glibtop_get_interface_names_l (glibtop *server, glibtop_interface_names *buf, unsigned interface, unsigned number, unsigned strategy);
#if GLIBTOP_SUID_INTERFACES
#if GLIBTOP_SUID_INTERFACE_NAMES
int glibtop_init_interface_names_p (glibtop *server);
char *glibtop_get_interface_names_p (glibtop *server, glibtop_interface_names *buf, unsigned interface, unsigned number, unsigned strategy);
#else