/* S M S D A Linux/Unix GUI for Nokia mobile phones. Copyright (C) 1999 Pavel Janík ml., Hugh Blemings & Ján Derfiòák . Released under the terms of the GNU GPL, see file COPYING for more details. Last modification: Sun Dec 17 2000 Modified by Jan Derfinak */ #ifndef DB_H #define DB_H #include #include "gsm-common.h" extern void DB_Bye (void); extern gint DB_ConnectInbox (const gchar * const); extern gint DB_ConnectOutbox (const gchar * const); extern gint DB_InsertSMS (const GSM_SMSMessage * const); extern void DB_Look (void); #endif