You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
251 B
15 lines
251 B
|
9 years ago
|
//
|
||
|
|
// libztWrapper.hpp
|
||
|
|
// libztExampleApp
|
||
|
|
//
|
||
|
|
// Created by Joseph Henry on 10/19/17.
|
||
|
|
// Copyright © 2017 ZeroTier, Inc. All rights reserved.
|
||
|
|
//
|
||
|
|
|
||
|
|
#ifndef libztWrapper_hpp
|
||
|
|
#define libztWrapper_hpp
|
||
|
|
|
||
|
|
#include <stdio.h>
|
||
|
|
|
||
|
|
#endif /* libztWrapper_hpp */
|