This website requires JavaScript.
Explore
Help
Register
Sign In
lgladsden
/
jellyfin-server
Watch
1
Star
0
Fork
0
You've already forked jellyfin-server
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a30e22c3a2
jellyfin-server
/
Emby.Common.Implementations
/
IO
/
SharpCifs
/
Util
/
Sharpen
/
IExecutor.cs
8 lines
122 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-06-21 06:46:57 +00:00
{
void
Execute
(
IRunnable
runnable
)
;
}
stub out cifs support
2017-04-02 00:36:06 +00:00
}
Reference in New Issue
Copy Permalink