id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,os,architecture,failure,difficulty,testcase,blockedby,blocking,related
19,Include Files Not C++-Friendly,ashley-y,simonmar,"{{{
The include files for Rts etc. are not C++-friendly. 

Found:
Functions won't link correctly from C++, because C++ mangles the names.

Expected:
Function declarations should be surrounded by extern ""C"" guards:

#ifdef __cplusplus
extern ""C"" {
#endif

...

#ifdef __cplusplus
}
#endif

}}}",bug,closed,normal,,Compiler (FFI),5.02,Fixed,,,,,,,,,,
