http://git.etherboot.org
/
people
/
indolent
/
gpxe.git
/
.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3290aa
)
Added missing extern
author
Michael Brown
<mcb30@etherboot.org>
Tue, 17 Jul 2007 00:16:24 +0000
(
01:16
+0100)
committer
Michael Brown
<mcb30@etherboot.org>
Tue, 17 Jul 2007 00:16:24 +0000
(
01:16
+0100)
src/include/gpxe/resolv.h
patch
|
blob
|
history
diff --git
a/src/include/gpxe/resolv.h
b/src/include/gpxe/resolv.h
index
772460d
..
7c1ee6e
100644
(file)
--- a/
src/include/gpxe/resolv.h
+++ b/
src/include/gpxe/resolv.h
@@
-158,7
+158,7
@@
extern void resolv_done ( struct resolv_interface *resolv,
extern void ignore_resolv_done ( struct resolv_interface *resolv,
struct sockaddr *sa, int rc );
extern struct resolv_interface_operations null_resolv_ops;
-struct resolv_interface null_resolv;
+
extern
struct resolv_interface null_resolv;
extern int resolv ( struct resolv_interface *resolv, const char *name,
struct sockaddr *sa );