Merged with delphi 2010 branch
[lcore.git] / pgtypes.pas
index 3c48e26bb00e8a22f3b0b35cfd40228e9f5e5916..d42a6b2482e5d4482e5aed7a0a7d61450aa27e9d 100755 (executable)
@@ -16,5 +16,10 @@ interface
     {$endif}\r
     paddrint=^taddrint;\r
 \r
+    { string type for storing hostnames or IP addresses as strings }\r
+    thostname = ansistring;\r
+    { string type for storing data (bytes) }\r
+    tbufferstring = ansistring;\r
+\r
 implementation\r
 end.\r