Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 189004 | Differences between
and this patch

Collapse All | Expand All

(-)digikam-orig/digikam/libs/lprof/lcmsprf.h (+5 lines)
Lines 70-75 Link Here
70
    } MATN,FAR* LPMATN;
70
    } MATN,FAR* LPMATN;
71
72
#if (LCMS_VERSION > 116)
73
typedef LCMSBOOL BOOL;
74
#endif
75
71
LPMATN      cdecl MATNalloc(int Rows, int Cols);
76
LPMATN      cdecl MATNalloc(int Rows, int Cols);
72
void        cdecl MATNfree (LPMATN mat);
77
void        cdecl MATNfree (LPMATN mat);
73
LPMATN      cdecl MATNmult(LPMATN a1, LPMATN a2);
78
LPMATN      cdecl MATNmult(LPMATN a1, LPMATN a2);

Return to bug 189004