mirror of
https://github.com/nmap/nmap.git
synced 2025-12-12 02:39:03 +00:00
Merged gsoc-ssh branch. Closes #910
This commit is contained in:
11
libz/contrib/delphi/ZLibConst.pas
Normal file
11
libz/contrib/delphi/ZLibConst.pas
Normal file
@@ -0,0 +1,11 @@
|
||||
unit ZLibConst;
|
||||
|
||||
interface
|
||||
|
||||
resourcestring
|
||||
sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
|
||||
sInvalidStreamOp = 'Invalid stream operation';
|
||||
|
||||
implementation
|
||||
|
||||
end.
|
||||
Reference in New Issue
Block a user