mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-26 03:36:40 +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
|