From 65d2cfdcf1517b2e99df0556eb5bcfbc0c49a453 Mon Sep 17 00:00:00 2001 From: Kai Blin Date: Fri, 13 Aug 2010 11:09:09 +0200 Subject: dnsp: Parse TXT records --- pidl/lib/Parse/Pidl/Typelist.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'pidl/lib/Parse/Pidl/Typelist.pm') diff --git a/pidl/lib/Parse/Pidl/Typelist.pm b/pidl/lib/Parse/Pidl/Typelist.pm index b841e62209..00204a3cfc 100644 --- a/pidl/lib/Parse/Pidl/Typelist.pm +++ b/pidl/lib/Parse/Pidl/Typelist.pm @@ -59,6 +59,7 @@ my %scalars = ( "ipv4address" => "const char *", "ipv6address" => "const char *", "dnsp_name" => "const char *", + "dnsp_string" => "const char *", ); my %aliases = ( -- cgit