zathura/ft/pdf/pdf.h
2010-11-18 02:41:46 +01:00

8 lines
164 B
C

/* See LICENSE file for license and copyright information */
#include <stdbool.h>
#include "../document.h"
bool pdf_document_open(zathura_document_t* document);