This website requires JavaScript.
Explore
Help
Sign In
cotugno
/
jellyfin
Watch
2
Fork
0
You've already forked jellyfin
mirror of
https://github.com/jellyfin/jellyfin.git
synced
2024-11-20 04:18:51 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
a30e22c3a2
jellyfin
/
Emby.Common.Implementations
/
IO
/
SharpCifs
/
Util
/
Sharpen
/
ICallable.cs
8 lines
103 B
C#
Raw
Normal View
History
Unescape
Escape
stub out cifs support
2017-04-01 17:36:06 -07:00
namespace
SharpCifs.Util.Sharpen
{
update sharpcifs
2017-06-20 23:46:57 -07:00
internal
interface
ICallable
<
T
>
{
T
Call
(
)
;
}
stub out cifs support
2017-04-01 17:36:06 -07:00
}
Reference in New Issue
Copy Permalink