:pserver:cvs@pserver.samba.org:/cvsroot - gnokii - Sun Nov 25 22:56 CET 2001
[gnokii.git] / smsd / db.h
1 /*
2
3   S M S D
4
5   A Linux/Unix GUI for Nokia mobile phones.
6   Copyright (C) 1999 Pavel Janík ml., Hugh Blemings
7   & Ján Derfiòák <ja@mail.upjs.sk>.
8
9   Released under the terms of the GNU GPL, see file COPYING for more details.
10
11   Last modification: Sun Dec 17 2000
12   Modified by Jan Derfinak
13
14 */
15
16 #ifndef DB_H
17 #define DB_H
18
19 #include <glib.h>
20 #include "gsm-common.h"
21
22 extern void DB_Bye (void);
23 extern gint DB_ConnectInbox (const gchar * const);
24 extern gint DB_ConnectOutbox (const gchar * const);
25 extern gint DB_InsertSMS (const GSM_SMSMessage * const);
26 extern void DB_Look (void);
27
28 #endif