remove compat glue, fix prototype
authorLove Hörnquist Åstrand <lha@kth.se>
Sun, 22 Mar 2009 17:17:35 +0000 (17:17 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Sun, 22 Mar 2009 17:17:35 +0000 (17:17 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24885 ec53bebd-3082-4978-b11e-865c3cabbd6b

lib/roken/resolve.h

index def1473866e28374be4ab9865c8b3536a2bbb19d..6ed2dcaddaf3591c21f49ce44231418ea38dd810 100644 (file)
@@ -167,12 +167,6 @@ typedef enum {
 #define resource_record                rk_resource_record
 #define dns_reply              rk_dns_reply
 
-#define dns_lookup             rk_dns_lookup
-#define dns_free_data          rk_dns_free_data
-#define dns_string_to_type     rk_dns_string_to_type
-#define dns_type_to_string     rk_dns_type_to_string
-#define dns_srv_order          rk_dns_srv_order
-
 struct rk_dns_query{
     char *domain;
     unsigned type;
@@ -287,7 +281,7 @@ struct rk_dns_reply{
 struct dns_reply* ROKEN_LIB_FUNCTION
        rk_dns_lookup(const char *, const char *);
 void ROKEN_LIB_FUNCTION
-       dns_free_data(struct dns_reply *);
+       rk_dns_free_data(struct dns_reply *);
 int ROKEN_LIB_FUNCTION
        rk_dns_string_to_type(const char *name);
 const char *ROKEN_LIB_FUNCTION