comparison avformat.h @ 5517:4ccdf5d8d424 libavformat

Deprecate resolve_host(). Patch by Martin Storsj <$firstname()$firstname,st>.
author rbultje
date Mon, 11 Jan 2010 17:28:55 +0000
parents 1838c590a0b9
children 4435424edfb5
comparison
equal deleted inserted replaced
5516:afe4a96b6832 5517:4ccdf5d8d424
1291 struct tm *brktimegm(time_t secs, struct tm *tm); 1291 struct tm *brktimegm(time_t secs, struct tm *tm);
1292 const char *small_strptime(const char *p, const char *fmt, 1292 const char *small_strptime(const char *p, const char *fmt,
1293 struct tm *dt); 1293 struct tm *dt);
1294 1294
1295 struct in_addr; 1295 struct in_addr;
1296 int resolve_host(struct in_addr *sin_addr, const char *hostname); 1296 /* Deprecated, use getaddrinfo instead. */
1297 attribute_deprecated int resolve_host(struct in_addr *sin_addr, const char *hostname);
1297 1298
1298 void url_split(char *proto, int proto_size, 1299 void url_split(char *proto, int proto_size,
1299 char *authorization, int authorization_size, 1300 char *authorization, int authorization_size,
1300 char *hostname, int hostname_size, 1301 char *hostname, int hostname_size,
1301 int *port_ptr, 1302 int *port_ptr,