mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-02 19:29:31 +00:00
8 lines
113 B
C
8 lines
113 B
C
|
#ifndef SERIALIZE_VALUE_H_INCLUDED
|
||
|
#define SERIALIZE_VALUE_H_INCLUDED
|
||
|
|
||
|
void
|
||
|
test_serialize_value(void);
|
||
|
|
||
|
#endif
|