commit | d4f116ffde0120a0d82508339820e8a36f3cf8c5 | [log] [tgz] |
---|---|---|
author | Andrew Boie <andrew.p.boie@intel.com> | Mon Aug 14 13:42:43 2017 -0700 |
committer | Andrew Boie <andrewboie@gmail.com> | Wed Aug 16 10:59:10 2017 -0700 |
tree | 57556e39073daa8939d3a67bf6d35ad8be718199 | |
parent | 8b141dd83ecd06b385a81dfcb4ca8d1fd61a8703 [diff] |
tcp.h: fix definition of tcp_init_isn() Inline functions declared in header files need to be declared static. Fixes a compiler warning with XCC compiler. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>