wwxxyx / pdfium

Automatically exported from code.google.com/p/pdfium
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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