1 /* (c) 2010 by Miloslav Semler */
8 extern GSM_SMSDService SMSDSQL
;
11 * Parses date string into time_t.
13 * \return Negative value on failure, -2 for special date "0000-00-00 00:00:00"
15 time_t SMSDSQL_ParseDate(GSM_SMSDConfig
* Config
, const char *date
);
19 /* How should editor hadle tabs in this file? Add editor commands here.
20 * vim: noexpandtab sw=8 ts=8 sts=8: