mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 23:43:46 +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);
|