IanYates/pdfium

missing extern "C" declarations in some public/ files.

GoogleCodeExporter opened this issue · 0 comments

The public/ files describe an API which should be compatible with C, not just 
C++.  But it seems that fpdf_fwlevent.h and fpdf_transformpage.h don't have any 
extern C declarations in them.  
[Using C is desirable for the stability of the API long-term].

Original issue reported on code.google.com by tsepez@chromium.org on 12 May 2015 at 4:46