libcli/smb: move smb2cli_set_info.c from source3 to the toplevel
[Samba/gebeck_regimport.git] / lib / zlib / contrib / delphi / ZLibConst.pas
blobcdfe13671d354465f5054630720a1d2b6c02ce79
1 unit ZLibConst;
3 interface
5 resourcestring
6 sTargetBufferTooSmall = 'ZLib error: target buffer may be too small';
7 sInvalidStreamOp = 'Invalid stream operation';
9 implementation
11 end.