Commit 370ce56910b9e506b22c7b673ef630a046b90126

Vicent Marti 2010-08-14T20:35:10

Fix: do not export custom types in the extern API Some compilers give linking problems when exporting 'uint32_t' as a return type in the external API. Use generic types instead. Signed-off-by: Vicent Marti <tanoku@gmail.com>