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:
aeb 2001-01-31 23:38:15 +00:00
parent 87fb0bfc78
commit de323c4338
1 changed files with 1 additions and 1 deletions

View File

@ -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;