abtool/upackageutils.pas

23 lines
200 B
Plaintext
Raw Permalink Normal View History

2019-01-12 17:05:16 +00:00
unit uPackageUtils;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils, uPackage;
implementation
//function FindPackagesByType(PkgType: TPackageType): TStringList;
//begin
//end;
end.