Program Listing for File bootstrapper.h

Return to documentation for file (include_public/anjay/bootstrapper.h)

/*
 * Copyright 2017-2026 AVSystem <avsystem@avsystem.com>
 * AVSystem Anjay LwM2M SDK
 * All rights reserved.
 *
 * Licensed under AVSystem Anjay LwM2M Client SDK - Non-Commercial License.
 * See the attached LICENSE file for details.
 */
#ifndef ANJAY_INCLUDE_ANJAY_BOOTSTRAPPER_H
#define ANJAY_INCLUDE_ANJAY_BOOTSTRAPPER_H

#include <avsystem/commons/avs_stream.h>

#include <anjay/core.h>

#ifdef __cplusplus
extern "C" {
#endif

avs_error_t anjay_bootstrapper(anjay_t *anjay, avs_stream_t *data_stream);

#ifdef __cplusplus
}
#endif

#endif /* ANJAY_INCLUDE_ANJAY_BOOTSTRAPPER_H */