lcore.org gitweb
/
lcore.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Merged with delphi 2010 branch
[lcore.git]
/
pgtypes.pas
diff --git
a/pgtypes.pas
b/pgtypes.pas
index 3c48e26bb00e8a22f3b0b35cfd40228e9f5e5916..d42a6b2482e5d4482e5aed7a0a7d61450aa27e9d 100755
(executable)
--- a/
pgtypes.pas
+++ b/
pgtypes.pas
@@
-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