Golioth Zephyr SDK
SDK for development of Zephyr OS powered devices with Golioth
golioth.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2021 Golioth, Inc.
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 #ifndef GOLIOTH_INCLUDE_LOGGING_GOLIOTH_H_
8 #define GOLIOTH_INCLUDE_LOGGING_GOLIOTH_H_
9 
10 struct golioth_client;
11 
19 
20 #endif /* GOLIOTH_INCLUDE_LOGGING_GOLIOTH_H_ */
int log_backend_golioth_init(struct golioth_client *client)
Represents a Golioth client instance.
Definition: golioth.h:48