Explorar el Código

Added missing extern

tags/v0.9.3
Michael Brown hace 18 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
 extern void ignore_resolv_done ( struct resolv_interface *resolv,
158
 extern void ignore_resolv_done ( struct resolv_interface *resolv,
159
 			  struct sockaddr *sa, int rc );
159
 			  struct sockaddr *sa, int rc );
160
 extern struct resolv_interface_operations null_resolv_ops;
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
 extern int resolv ( struct resolv_interface *resolv, const char *name,
163
 extern int resolv ( struct resolv_interface *resolv, const char *name,
164
 		    struct sockaddr *sa );
164
 		    struct sockaddr *sa );

Loading…
Cancelar
Guardar