david/ipxe
david
/
ipxe
Archived
1
0
Fork 0

make nbi_load static

This commit is contained in:
Holger Lubitz 2007-07-27 22:00:51 +02:00
parent e6cfa7ced9
commit dc38303ff9
1 changed files with 1 additions and 1 deletions

View File

@ -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;