mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-26 04:27:25 +00:00
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8545 d0543943-73ff-0310-b7d9-9358b9ac24b2
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
|