zathura/ft/pdf/pdf.c

10 lines
152 B
C
Raw Normal View History

2010-11-18 02:35:33 +01:00
/* See LICENSE file for license and copyright information */
#include "pdf.h"
bool
pdf_document_open(zathura_document_t* document)
{
return true;
}