blob: bc9674d1b1208853495b02afe736aea9c77859c6 [file] [log] [blame]
Pau Espin Pedrolf612ffe2019-08-20 13:24:55 +02001#pragma once
2/*
3 * misc helpers
4 * Copyright 2019 sysmocom - s.f.m.c. GmbH <info@sysmocom.de>
5 *
6 * The contents of this file may be used under the terms of the GNU
7 * General Public License Version 2, provided that the above copyright
8 * notice and this permission notice is included in all copies or
9 * substantial portions of the software.
10 *
11 */
12
13#include <stdbool.h>
14
15struct ippoolm_t;
16struct pdp_t;
17
18struct ippoolm_t *pdp_get_peer_ipv(struct pdp_t *pdp, bool is_ipv6);