NebulaGraph CPP Client  release-3.4
Init.h
1 /* Copyright (c) 2020 vesoft inc. All rights reserved.
2  *
3  * This source code is licensed under Apache 2.0 License.
4  */
5 
6 #pragma once
7 
8 namespace nebula {
9 
10 void init(int *argc, char **argv[]);
11 
12 } // namespace nebula