mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
29 lines
350 B
ObjectPascal
29 lines
350 B
ObjectPascal
library samba;
|
|
|
|
{$mode objfpc}{$H+}
|
|
|
|
uses
|
|
Classes, SmbFunc, SmbAuthDlg
|
|
{ you can add units after this };
|
|
|
|
exports
|
|
FsInit,
|
|
FsFindFirst,
|
|
FsFindNext,
|
|
FsFindClose,
|
|
FsRenMovFile,
|
|
FsGetFile,
|
|
FsPutFile,
|
|
FsDeleteFile,
|
|
FsMkDir,
|
|
FsRemoveDir,
|
|
FsSetAttr,
|
|
FsSetTime,
|
|
FsGetDefRootName,
|
|
ExtensionInitialize;
|
|
|
|
{$R *.res}
|
|
|
|
begin
|
|
end.
|
|
|