Added comment header to libzt.cs
This commit is contained in:
@@ -10,6 +10,10 @@ namespace ZeroTier
|
|||||||
{
|
{
|
||||||
static class libzt
|
static class libzt
|
||||||
{
|
{
|
||||||
|
/****************************************************************************/
|
||||||
|
/* ZeroTier Service Controls */
|
||||||
|
/****************************************************************************/
|
||||||
|
|
||||||
[DllImport("libzt.dll", CallingConvention = CallingConvention.StdCall)]
|
[DllImport("libzt.dll", CallingConvention = CallingConvention.StdCall)]
|
||||||
public static extern int zts_start(string path);
|
public static extern int zts_start(string path);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user