From 474b5683e957471d060ee030e5c19a6f6d73a1a2 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sat, 8 Jan 2005 22:32:53 +0000 Subject: * todo update * lirc warning fix * c++ compat git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@336 fefdeb5f-60dc-0310-8127-8f9354f1896f --- polyp/typeid.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'polyp/typeid.h') diff --git a/polyp/typeid.h b/polyp/typeid.h index bd10b2e4..cc1676bc 100644 --- a/polyp/typeid.h +++ b/polyp/typeid.h @@ -25,6 +25,10 @@ #include #include +#include + +PA_C_DECL_BEGIN + typedef uint32_t pa_typeid_t; #define PA_TYPEID_UNKNOWN ((pa_typeid_t) -1) @@ -37,4 +41,6 @@ char *pa_typeid_to_string(pa_typeid_t id, char *ret_s, size_t length); (((pa_typeid_t) c & 0xFF) << 8) | \ (((pa_typeid_t) d & 0xFF))) +PA_C_DECL_END + #endif -- cgit