mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-26 12:37:26 +00:00
8 lines
122 B
C
8 lines
122 B
C
|
#ifndef TEST_METHOD_REGISTRY_H_INCLUDED
|
||
|
#define TEST_METHOD_REGISTRY_H_INCLUDED
|
||
|
|
||
|
void
|
||
|
test_method_registry(void);
|
||
|
|
||
|
#endif
|