bcbf18e363
Create http-module and implement it in App Hub and App Hub Details apps.
15 lines
187 B
C
15 lines
187 B
C
// SPDX-License-Identifier: Apache-2.0
|
|
#pragma once
|
|
|
|
#include <tactility/module.h>
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
extern struct Module http_module;
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|