diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-08-01 11:19:06 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-08-01 11:19:06 +0200 |
commit | c23016096ab5f8bae409006306e6652e04da030a (patch) | |
tree | 255c96d4ea8bd891508720bd98b3b40a4b787459 /util/ipmilan.h | |
parent | c7d4db3862a24474655a43c98572e82503d9fa6b (diff) | |
parent | f3bbd65d98b943e7224be2c1ff242fcf04386701 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'util/ipmilan.h')
-rw-r--r-- | util/ipmilan.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/util/ipmilan.h b/util/ipmilan.h index 9a47efe..b25a55e 100644 --- a/util/ipmilan.h +++ b/util/ipmilan.h @@ -65,6 +65,9 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. /* see ipmicmd.h for LAN_ERR definitions */ +int get_LastError( void ); +void show_LastError(char *tag, int err); +void ipmi_lan_set_timeout(int ipmito, int tries, int pingto); int ipmi_open_lan(char *node, int port, char *user, char *pswd, int fdebugcmd); int ipmi_close_lan(char *node); int ipmi_flush_lan(char *node); |