blob: 8522b69a8eac8b8b72ff8848f81e40055db5e224 [file] [log] [blame]
// Copyright 2015 The Weave Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef UW_LIBUWEAVE_SRC_MACAROON_CONTEXT_
#define UW_LIBUWEAVE_SRC_MACAROON_CONTEXT_
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include "src/macaroon_caveat.h"
bool uw_macaroon_context_get_(UwMacaroonCaveatType type,
const uint8_t** context, size_t* context_len);
#endif // UW_LIBUWEAVE_SRC_MACAROON_CONTEXT_