mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-24 05:02:10 +00:00
[Core] Fix regression in switch_utils after implementing unit-tests parallel.
This commit is contained in:
@@ -1452,7 +1452,7 @@ SWITCH_DECLARE(void) switch_getcputime(switch_cputime *t);
|
||||
|
||||
SWITCH_DECLARE(char *)switch_html_strip(const char *str);
|
||||
|
||||
SWITCH_DECLARE(unsigned long) switch_getpid();
|
||||
SWITCH_DECLARE(unsigned long) switch_getpid(void);
|
||||
|
||||
SWITCH_END_EXTERN_C
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user