• Show log

    Commit

  • Hash : 370ce569
    Author : Vicent Marti
    Date : 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>