Skip to content

File lib.h

File List > docs > sandwich_c > lib.h

Go to the documentation of this file

// Copyright (c) SandboxAQ. All rights reserved.
// SPDX-License-Identifier: AGPL-3.0-only

#pragma once

#include "sandwich_c/export.h"

#ifdef __cplusplus
extern "C" {
#endif


struct SandwichContext;

SANDWICH_API struct SandwichContext *sandwich_lib_context_new(void);

SANDWICH_API void sandwich_lib_context_free(struct SandwichContext *sw);

#ifdef __cplusplus
} // end extern "C"
#endif