wrong character in the GSM 03.38 table (ç for Ç)
[gammu.git] / smsd / services / sql.h
blobe10c3469230cc6c4912721f2fbb010b9c014bb88
1 /* (c) 2010 by Miloslav Semler */
3 #ifndef __sql_h_
4 #define __sql_h_
6 #include "../core.h"
8 extern GSM_SMSDService SMSDSQL;
10 /**
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);
17 #endif
19 /* How should editor hadle tabs in this file? Add editor commands here.
20 * vim: noexpandtab sw=8 ts=8 sts=8: