mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-19 16:18:44 +00:00
8 lines
109 B
C
8 lines
109 B
C
|
#ifndef VALUE_DATETIME_H_INCLUDED
|
||
|
#define VALUE_DATETIME_H_INCLUDED
|
||
|
|
||
|
void
|
||
|
test_value_datetime(void);
|
||
|
|
||
|
#endif
|