Changeset 3519:2662df894209 in roaraudio for libroarpulse


Ignore:
Timestamp:
02/16/10 20:38:47 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

f* pa devels changed a prototype again, this time pa_utf8_valid()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libroarpulse/utf8.c

    r3517 r3519  
    4444 
    4545/** Test if the specified strings qualifies as valid UTF8. Return the string if so, otherwise NULL */ 
    46 const char *pa_utf8_valid(const char *str); 
     46ROAR_HAVE_TYPE_PA_UTF8_VALID pa_utf8_valid(const char *str); 
    4747 
    4848/** Filter all invalid UTF8 characters from the specified string, returning a new fully UTF8 valid string. Don't forget to free the returned string with pa_xfree() */ 
Note: See TracChangeset for help on using the changeset viewer.