diff options
author | Jörg Frings-Fürst <debian@jff.email> | 2018-08-01 11:11:19 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff.email> | 2018-08-01 11:11:19 +0200 |
commit | 02dc10f02447b6f35224fec2b2280a35022bc37b (patch) | |
tree | 20e723b2017ab3b74bf44a22be1dfbc1458d3e8f /util/ipmilan.h | |
parent | c7d4db3862a24474655a43c98572e82503d9fa6b (diff) | |
parent | 9bf6d68108836bfbcc5296a50a48cfd6af9151b7 (diff) |
Update upstream source from tag 'upstream/3.1.2'
Update to upstream version '3.1.2'
with Debian dir 2863fdfb0e9680d5192c60db9601d0f03050edb0
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); |