mirror of
https://github.com/xcat2/xNBA.git
synced 2024-12-14 07:11:32 +00:00
make nbi_load static
This commit is contained in:
parent
e6cfa7ced9
commit
dc38303ff9
@ -244,7 +244,7 @@ static int nbi_process_segments ( struct image *image,
|
||||
* @v image NBI image
|
||||
* @ret rc Return status code
|
||||
*/
|
||||
int nbi_load ( struct image *image ) {
|
||||
static int nbi_load ( struct image *image ) {
|
||||
struct imgheader imgheader;
|
||||
int rc;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user