Преглед на файлове

Added prototype for inet_ntoa, even though we don't have the function

yet, in order to allow prototester.c to compile.  It might be worth
changing all the uses of "%@" in printf to use "%s" and inet_ntoa
instead, in order to improve the portability of our code.
tags/v0.9.3
Michael Brown преди 19 години
родител
ревизия
2299435f1c
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1
    0
      src/include/gpxe/in.h

+ 1
- 0
src/include/gpxe/in.h Целия файл

29
 };
29
 };
30
 
30
 
31
 extern int inet_aton ( const char *cp, struct in_addr *inp );
31
 extern int inet_aton ( const char *cp, struct in_addr *inp );
32
+extern char * inet_ntoa ( struct in_addr in );
32
 
33
 
33
 #endif	/* _IN_H */
34
 #endif	/* _IN_H */

Loading…
Отказ
Запис