All -

I am working on a library for ipmitool and I would like to be able to
use some commands from ipmi_chassis.c that are currently static int.
The function I am most interested in is ipmi_chassis_status().  However,
since it is a static, I cannot use it in my library.  Is there any
reason why the static keyword cannot be removed and its function
prototype added to the ipmi_chassis header?  I do not see any name space
issues and some basic testing has shown that removing the static keyword
does not impact ipmitool's functionality.  Does anyone have any thoughts
about this?

Thanks,
- Eric   

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Ipmitool-devel mailing list
Ipmitool-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipmitool-devel

Reply via email to