mirror of
https://github.com/Jackett/Jackett.git
synced 2025-09-17 17:34:09 +02:00
8 lines
154 B
C#
8 lines
154 B
C#
namespace Jackett.Common.Services.Interfaces
|
|
{
|
|
public interface IFilePermissionService
|
|
{
|
|
void MakeFileExecutable(string path);
|
|
}
|
|
}
|