mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
11 lines
233 B
C
11 lines
233 B
C
|
|
/* SPDX-License-Identifier: GPL-2.0-only */
|
||
|
|
#ifndef LABWC_IMG_SVG_H
|
||
|
|
#define LABWC_IMG_SVG_H
|
||
|
|
|
||
|
|
struct lab_data_buffer;
|
||
|
|
|
||
|
|
void img_svg_load(const char *filename, struct lab_data_buffer **buffer,
|
||
|
|
int size);
|
||
|
|
|
||
|
|
#endif /* LABWC_IMG_SVG_H */
|