provide glue for classes too
authorLove Hörnquist Åstrand <lha@kth.se>
Sun, 22 Mar 2009 17:19:26 +0000 (17:19 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Sun, 22 Mar 2009 17:19:26 +0000 (17:19 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24896 ec53bebd-3082-4978-b11e-865c3cabbd6b

lib/roken/resolve.h

index 494c6f78beb33e120ccf57294880933b9d085fb8..91b2afefe7ed0c1d1c731d998f4d2c26f469fc08 100644 (file)
 #endif
 #endif
 
-typedef enum {
+enum {
+    rk_ns_c_in = 1
+};
+
+enum {
        rk_ns_t_invalid = 0,    /* Cookie. */
        rk_ns_t_a = 1,          /* Host address. */
        rk_ns_t_ns = 2,         /* Authoritative server. */
@@ -99,7 +103,7 @@ typedef enum {
        rk_ns_t_any = 255,      /* Wildcard match. */
        rk_ns_t_zxfr = 256,     /* BIND-specific, nonstandard. */
        rk_ns_t_max = 65536
-} rk_ns_type;
+};
 
 #ifndef MAXDNAME
 #define MAXDNAME       1025