Diag API cleanup.

This commit is contained in:
Jonathan Hui
2017-03-02 10:24:55 -08:00
parent e919576978
commit a6dac9270c
9 changed files with 23 additions and 23 deletions
-1
View File
@@ -47,7 +47,6 @@ PRETTY_SUBDIRS = \
$(NULL)
include_HEADERS = \
openthread-diag.h \
openthread-icmp6.h \
$(NULL)
+1
View File
@@ -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"