libvterm include/vterm.h missing extern "C" for C++ users

Bug #1399520 reported by Elliott Hughes
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
libvterm
Fix Released
Undecided
Unassigned

Bug Description

in include/vterm.h the function declarations should be surrounded by

#ifdef __cplusplus
extern "C" {
#endif

...

#ifdef __cplusplus
}
#endif

we're using libvterm in an Android app.

Revision history for this message
Elliott Hughes (enh-9) wrote :
Revision history for this message
Elliott Hughes (enh-9) wrote :
Revision history for this message
Elliott Hughes (enh-9) wrote :

(not sure why launchpad doesn't think that's a patch.)

Revision history for this message
Paul "LeoNerd" Evans (leonerd) wrote :

Fixed

Changed in libvterm:
status: New → Fix Committed
Changed in libvterm:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.