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

10 lines
152 B
C

/* See LICENSE file for license and copyright information */
#include "pdf.h"
bool
pdf_document_open(zathura_document_t* document)
{
return true;
}