~ubuntu-branches/ubuntu/precise/eglibc/precise

« back to all changes in this revision

Viewing changes to include/ifaddrs.h

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-10-04 17:48:26 UTC
  • mfrom: (216.1.23 oneiric)
  • Revision ID: package-import@ubuntu.com-20111004174826-2cyb9ewn3ucymlsx
Tags: 2.13-20ubuntu5
libc6-dev: Don't break the current {gnat,gcj}-4.4-base versons. LP: #853688.

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
extern void __check_pf (bool *seen_ipv4, bool *seen_ipv6,
22
22
                        struct in6addrinfo **in6ai, size_t *in6ailen)
23
23
  attribute_hidden;
24
 
extern void __free_in6ai (struct in6addrinfo *in6ai) attribute_hidden;
25
24
extern void __check_native (uint32_t a1_index, int *a1_native,
26
25
                            uint32_t a2_index, int *a2_native)
27
26
  attribute_hidden;
28
27
 
29
 
#ifdef IS_IN_nscd
30
 
extern uint32_t __bump_nl_timestamp (void) attribute_hidden;
31
 
#endif
32
 
 
33
28
#endif  /* ifaddrs.h */