TD-2270 rename files
This commit is contained in:
parent
ca87041503
commit
b39b84e6d8
|
@ -19,7 +19,7 @@
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
#include "bnMain.h"
|
#include "bnInt.h"
|
||||||
|
|
||||||
void bnInitDnodes();
|
void bnInitDnodes();
|
||||||
void bnCleanupDnodes();
|
void bnCleanupDnodes();
|
||||||
|
|
|
@ -19,7 +19,7 @@
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
#include "bnMain.h"
|
#include "bnInt.h"
|
||||||
|
|
||||||
int32_t bnInitThread();
|
int32_t bnInitThread();
|
||||||
void bnCleanupThread();
|
void bnCleanupThread();
|
||||||
|
|
|
@ -33,7 +33,7 @@
|
||||||
#include "mnodeUser.h"
|
#include "mnodeUser.h"
|
||||||
#include "mnodeVgroup.h"
|
#include "mnodeVgroup.h"
|
||||||
|
|
||||||
#include "bnMain.h"
|
#include "bnInt.h"
|
||||||
#include "bnScore.h"
|
#include "bnScore.h"
|
||||||
#include "bnThread.h"
|
#include "bnThread.h"
|
||||||
|
|
Loading…
Reference in New Issue