Added comment header to libzt.cs

This commit is contained in:
Joseph Henry
2017-10-12 13:54:25 -07:00
parent fec4d4fcd4
commit 0bead3b1a6

View File

@@ -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);