summaryrefslogtreecommitdiffstats
path: root/isys/isys.h
diff options
context:
space:
mode:
Diffstat (limited to 'isys/isys.h')
-rw-r--r--isys/isys.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/isys/isys.h b/isys/isys.h
index ccbf45703..8051b5a5b 100644
--- a/isys/isys.h
+++ b/isys/isys.h
@@ -16,9 +16,6 @@ int rmmod(char * modName);
/* returns 0 for true, !0 for false */
int fileIsIso(const char * file);
-/* returns 1 for link, 0 for no link, -1 for unknown */
-int get_link_status(char *ifname);
-
/* returns 1 if on an iSeries vio console, 0 otherwise */
int isVioConsole(void);