summaryrefslogtreecommitdiff
path: root/tmk_core/tool/mbed/mbed-sdk/libraries/tests/net/cellular/http/common/httptest.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmk_core/tool/mbed/mbed-sdk/libraries/tests/net/cellular/http/common/httptest.h')
-rw-r--r--tmk_core/tool/mbed/mbed-sdk/libraries/tests/net/cellular/http/common/httptest.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tmk_core/tool/mbed/mbed-sdk/libraries/tests/net/cellular/http/common/httptest.h b/tmk_core/tool/mbed/mbed-sdk/libraries/tests/net/cellular/http/common/httptest.h
new file mode 100644
index 0000000000..affd6d23be
--- /dev/null
+++ b/tmk_core/tool/mbed/mbed-sdk/libraries/tests/net/cellular/http/common/httptest.h
@@ -0,0 +1,9 @@
+#ifndef HTTPTEST_H_
+#define HTTPTEST_H_
+
+#include "CellularModem.h"
+
+int httptest(CellularModem& modem, const char* apn = NULL, const char* username = NULL, const char* password= NULL);
+
+#endif
+