mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 14:35:59 +01:00
7 lines
150 B
C
7 lines
150 B
C
/* See LICENSE file for license and copyright information */
|
|
|
|
#include <stdbool.h>
|
|
|
|
#include "ft/document.h"
|
|
|
|
bool page_render(zathura_page_t* page);
|