This website requires JavaScript.
Explore
Help
Register
Sign In
michael.heier
/
jellyfin
Watch
1
Star
0
Fork
0
You've already forked jellyfin
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
7e2c52936f
jellyfin
/
Emby.Server.Implementations
/
IO
/
SharpCifs
/
Util
/
Sharpen
/
IExecutor.cs
8 lines
111 B
C#
Raw
Normal View
History
Unescape
Escape
stub out cifs support
2017-04-02 00:36:06 +00:00
namespace
SharpCifs.Util.Sharpen
{
public
interface
IExecutor
update sharpcifs
2017-07-08 03:12:21 +00:00
{
void
Execute
(
IRunnable
runnable
)
;
}
stub out cifs support
2017-04-02 00:36:06 +00:00
}
Reference in New Issue
Copy Permalink