diff options
| author | 2001-01-31 23:38:15 +0000 | |
|---|---|---|
| committer | 2001-01-31 23:38:15 +0000 | |
| commit | de323c43386b10345d16f50bb9077b352f46786f (patch) | |
| tree | d17e5c21c754f43724e4f100fa0a5dde707aec4e /src/raw1394.h | |
| parent | Adapted testlibraw to new style error handling. (diff) | |
Put 'extern "C"' for C++ back in.
git-svn-id: svn://svn.linux1394.org/libraw1394/trunk@52 53a565d1-3bb7-0310-b661-cf11e63c67ab
Diffstat (limited to 'src/raw1394.h')
| -rw-r--r-- | src/raw1394.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/raw1394.h b/src/raw1394.h index d3a207e..33f3f08 100644 --- a/src/raw1394.h +++ b/src/raw1394.h @@ -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; |
