Blender V4.3
GHOST_PathUtils.hh
Go to the documentation of this file.
1/* SPDX-FileCopyrightText: 2010 Blender Authors
2 *
3 * SPDX-License-Identifier: GPL-2.0-or-later */
4
9#pragma once
10
19void GHOST_URL_decode(char *buf_dst, int buf_dst_size, const char *buf_src, int buf_src_len);
26char *GHOST_URL_decode_alloc(const char *buf_src, int buf_src_len);
char * GHOST_URL_decode_alloc(const char *buf_src, int buf_src_len)
void GHOST_URL_decode(char *buf_dst, int buf_dst_size, const char *buf_src, int buf_src_len)