Commits
Paul Jakma authored 238497fc853
185 185 | |
186 186 | extern struct domain isodomain; |
187 187 | extern struct protosw isosw[]; |
188 188 | |
189 189 | |
190 190 | |
191 191 | |
192 192 | |
193 193 | /* user utilities definitions from the iso library */ |
194 194 | |
195 + | |
196 + | |
197 + | |
198 + | |
199 + | |
195 200 | |
201 + | |
196 202 | |
197 203 | __BEGIN_DECLS |
198 204 | struct iso_addr *iso_addr __P((const char *)); |
199 205 | char *iso_ntoa __P((const struct iso_addr *)); |
200 206 | |
201 207 | /* THESE DON'T EXIST YET */ |
202 208 | struct hostent *iso_gethostbyname __P((const char *)); |
203 209 | struct hostent *iso_gethostbyaddr __P((const char *, int, int)); |
204 210 | __END_DECLS |
205 211 | |