mirror of
https://github.com/espressif/openthread.git
synced 2026-08-24 19:29:52 +00:00
Diag API cleanup.
This commit is contained in:
@@ -47,7 +47,6 @@ PRETTY_SUBDIRS = \
|
||||
$(NULL)
|
||||
|
||||
include_HEADERS = \
|
||||
openthread-diag.h \
|
||||
openthread-icmp6.h \
|
||||
$(NULL)
|
||||
|
||||
|
||||
@@ -52,6 +52,7 @@ openthread_headers = \
|
||||
commissioner.h \
|
||||
crypto.h \
|
||||
dataset.h \
|
||||
diag.h \
|
||||
dhcp6_client.h \
|
||||
dhcp6_server.h \
|
||||
instance.h \
|
||||
|
||||
@@ -41,13 +41,13 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void diagInit(otInstance *aInstance);
|
||||
void otDiagInit(otInstance *aInstance);
|
||||
|
||||
char *diagProcessCmd(int argc, char *argv[]);
|
||||
char *otDiagProcessCmd(int argc, char *argv[]);
|
||||
|
||||
char *diagProcessCmdLine(char *string);
|
||||
char *otDiagProcessCmdLine(char *string);
|
||||
|
||||
bool isDiagEnabled(void);
|
||||
bool otDiagIsEnabled(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
Reference in New Issue
Block a user