Explorar el Código

Added missing extern

tags/v0.9.3
Michael Brown hace 17 años
padre
commit
60ce8e884d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/include/gpxe/resolv.h

+ 1
- 1
src/include/gpxe/resolv.h Ver fichero

@@ -158,7 +158,7 @@ extern void resolv_done ( struct resolv_interface *resolv,
158 158
 extern void ignore_resolv_done ( struct resolv_interface *resolv,
159 159
 			  struct sockaddr *sa, int rc );
160 160
 extern struct resolv_interface_operations null_resolv_ops;
161
-struct resolv_interface null_resolv;
161
+extern struct resolv_interface null_resolv;
162 162
 
163 163
 extern int resolv ( struct resolv_interface *resolv, const char *name,
164 164
 		    struct sockaddr *sa );

Loading…
Cancelar
Guardar