mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 12:42:02 +00:00
FS-7967 SmartOS compatibility
configure.ac: honor NetBSD and SmartOS in search for system lua src/switch_utf8.c: remove switch_u8_vprintf and switch_u8_printf replace u_int32_t with C99 standard uint32_t, and also the same for 8,16,64 bit
This commit is contained in:
@@ -110,10 +110,4 @@ SWITCH_DECLARE(int) switch_u8_strlen(char *s);
|
||||
|
||||
SWITCH_DECLARE(int) switch_u8_is_locale_utf8(char *locale);
|
||||
|
||||
/* printf where the format string and arguments may be in UTF-8.
|
||||
you can avoid this function and just use ordinary printf() if the current
|
||||
locale is UTF-8. */
|
||||
SWITCH_DECLARE(int) switch_u8_vprintf(char *fmt, va_list ap);
|
||||
SWITCH_DECLARE(int) switch_u8_printf(char *fmt, ...);
|
||||
|
||||
SWITCH_DECLARE(uint32_t) switch_u8_get_char(char *s, int *i);
|
||||
|
||||
Reference in New Issue
Block a user