[BACK]Return to resolv.h CVS log [TXT][DIR] Up to [local] / src / include

Diff for /src/include/resolv.h between version 1.13 and 1.14

version 1.13, 2003/06/26 19:34:17 version 1.14, 2003/08/01 17:38:33
Line 333 
Line 333 
                     char *, int);                      char *, int);
 int             res_init(void);  int             res_init(void);
 u_int           res_randomid(void);  u_int           res_randomid(void);
 int             res_query(const char *, int, int, u_char *, int);  int             res_query(const char *, int, int, u_char *, int)
 int             res_search(const char *, int, int, u_char *, int);                          __attribute__((__bounded__(__string__,4,5)));
   int             res_search(const char *, int, int, u_char *, int)
                           __attribute__((__bounded__(__string__,4,5)));
 int             res_querydomain(const char *, const char *, int, int,  int             res_querydomain(const char *, const char *, int, int,
                     u_char *, int);                      u_char *, int)
                           __attribute__((__bounded__(__string__,5,6)));
 int             res_mkquery(int, const char *, int, int, const u_char *, int,  int             res_mkquery(int, const char *, int, int, const u_char *, int,
                     const u_char *, u_char *, int);                      const u_char *, u_char *, int)
 int             res_send(const u_char *, int, u_char *, int);                          __attribute__((__bounded__(__string__,5,6)))
                           __attribute__((__bounded__(__string__,8,9)));
   int             res_send(const u_char *, int, u_char *, int)
                           __attribute__((__bounded__(__string__,3,4)));
 int             res_isourserver(const struct sockaddr_in *);  int             res_isourserver(const struct sockaddr_in *);
 int             res_nameinquery(const char *, int, int,  int             res_nameinquery(const char *, int, int,
                     const u_char *, const u_char *);                      const u_char *, const u_char *);

Legend:
Removed from v.1.13  
changed lines
  Added in v.1.14