Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 333880 Details for
Bug 449494
media-libs/fidlib-0.9.10 should have header control
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
media-libs/fidlib/files/fidlib-0.9.10-cpp-extern.patch
fidlib-0.9.10-cpp-extern.patch (text/plain), 656 bytes, created by
Alex Barker
on 2012-12-31 18:33:17 UTC
(
hide
)
Description:
media-libs/fidlib/files/fidlib-0.9.10-cpp-extern.patch
Filename:
MIME Type:
Creator:
Alex Barker
Created:
2012-12-31 18:33:17 UTC
Size:
656 bytes
patch
obsolete
>diff -Naur fidlib-0.9.10/fidlib.h _fidlib-0.9.10/fidlib.h >--- fidlib-0.9.10/fidlib.h 2008-05-08 00:10:46.000000000 -0700 >+++ _fidlib-0.9.10/fidlib.h 2012-12-31 10:29:29.087990507 -0800 >@@ -2,6 +2,13 @@ > // fidlib include file > // > >+#ifndef __FIDLIB_H >+#define __FIDLIB_H >+ >+#ifdef __cplusplus >+extern "C" { >+#endif >+ > typedef struct FidFilter FidFilter; > struct FidFilter { > short typ; // Type of filter element 'I' IIR, 'F' FIR, or 0 for end of list >@@ -66,3 +73,9 @@ > extern void fid_run_zapbuf(void *buf); > extern void fid_run_freebuf(void *runbuf); > extern void fid_run_free(void *run); >+ >+#ifdef __cplusplus >+} >+#endif >+ >+#endif /* __FIDLIB_H */
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 449494
: 333880