Put 'extern "C"' for C++ back in.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@52 53a565d1-3bb7-0310-b661-cf11e63c67ab
This commit is contained in:
parent
87fb0bfc78
commit
de323c4338
|
@ -11,7 +11,7 @@ typedef u_int16_t nodeid_t;
|
|||
typedef struct raw1394_handle *raw1394handle_t;
|
||||
|
||||
#ifdef __cplusplus
|
||||
//extern "C" {
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
typedef int raw1394_errcode_t;
|
||||
|
|
Reference in New Issue