~ubuntu-branches/ubuntu/jaunty/texlive-bin/jaunty-security

« back to all changes in this revision

Viewing changes to build/source/libs/curl/lib/inet_ntoa_r.h

  • Committer: Bazaar Package Importer
  • Author(s): Norbert Preining
  • Date: 2008-06-26 23:14:59 UTC
  • mfrom: (2.1.30 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080626231459-y02rjsrgtafu83yr
Tags: 2007.dfsg.2-3
add missing source roadmap.fig of roadmap.eps in fontinst documentation
(Closes: #482915) (urgency medium due to RC bug)
(new patch add-missing-fontinst-source)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef __INET_NTOA_R_H
 
2
#define __INET_NTOA_R_H
 
3
/*
 
4
 * My solaris 5.6 system running gcc 2.8.1 does *not* have this prototype
 
5
 * in any system include file! Isn't that weird?
 
6
 */
 
7
char *inet_ntoa_r(const struct in_addr in, char *buffer, int buflen);
 
8
 
 
9
#endif