mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 11:46:02 +01:00
8 lines
150 B
C
8 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);
|