~ubuntu-branches/ubuntu/quantal/sflphone/quantal

« back to all changes in this revision

Viewing changes to gnome/src/config/accountlistconfigdialog.h

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-27 08:22:22 UTC
  • mfrom: (4.1.15 sid)
  • Revision ID: package-import@ubuntu.com-20120527082222-fs3ojksqvt0ol6rl
Tags: 1.1.0-2
* Drop unsupported CELT codec (Build-Depends)
  - Fixes "Spurious build dependency on libcelt-dev" (Closes: #674644)

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 */
30
30
 
31
31
 
32
 
#ifndef __SFL_ACCOUNTLISTDIALOG_H__
33
 
#define __SFL_ACCOUNTLISTDIALOG_H__
34
 
 
35
 
#include <sflphone_const.h>
36
 
 
37
 
void show_account_list_config_dialog (void);
38
 
void account_list_config_dialog_fill (void);
39
 
 
40
 
#endif
 
32
#ifndef ACCOUNTLISTDIALOG_H_
 
33
#define ACCOUNTLISTDIALOG_H_
 
34
 
 
35
#include "accountlist.h"
 
36
 
 
37
void show_account_list_config_dialog(void);
 
38
void update_account_list_status_bar(account_t *account);
 
39
 
 
40
#endif // ACCOUNTLISTDIALOG_H_