mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@1 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
28 lines
1.3 KiB
C
28 lines
1.3 KiB
C
/***************************************************************************
|
|
addressbook.h -
|
|
-------------------
|
|
begin : Wed Jan 30 2002
|
|
copyright : (C) 2002 by Simon Morlat
|
|
email : simon.morlat@linphone.org
|
|
***************************************************************************/
|
|
|
|
/***************************************************************************
|
|
* *
|
|
* This program is free software; you can redistribute it and/or modify *
|
|
* it under the terms of the GNU General Public License as published by *
|
|
* the Free Software Foundation; either version 2 of the License, or *
|
|
* (at your option) any later version. *
|
|
* *
|
|
***************************************************************************/
|
|
|
|
|
|
#ifndef ADDRESSBOOK_H
|
|
#define ADDRESSBOOK_H
|
|
|
|
GtkWidget *create_and_fill_address_book();
|
|
void show_address_book();
|
|
GtkWidget * contact_new(LinphoneFriend *lf, GtkWidget *ab);
|
|
GtkWidget * contact_edit(LinphoneFriend *lf, GtkWidget *ab);
|
|
GtkWidget * subscriber_edit(LinphoneFriend *lf);
|
|
|
|
#endif
|