~noskcaj/ubuntu/saucy/sflphone/merge-1.2.3-2

« back to all changes in this revision

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

  • Committer: Package Import Robot
  • Author(s): Mark Purcell
  • Date: 2012-05-19 21:46:37 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20120519214637-la8rbrford5kj6m3
Tags: 1.1.0-1
* New upstream release 
  - Fixes "FTBFS with libccrtp-dev/2.0.2 from experimental" (Closes: #663282)
* NEW Maintainer: Debian VoIP Team - Thanks Francois for your work.
  - (Closes: #665789: O: sflphone -- SIP and IAX2 compatible VoIP phone)
* Added Build-Depends: libdbus-c++-bin
* Add gcc47-fixes.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 *  as that of the covered work.
29
29
 */
30
30
 
31
 
#ifndef __SFL_TLS_ADVANCED_DIALOG__
32
 
#define __SFL_TLS_ADVANCED_DIALOG__
 
31
#ifndef TLS_ADVANCED_DIALOG_
 
32
#define TLS_ADVANCED_DIALOG_
33
33
/** @file tlsadvanceddialog.h
34
34
  * @brief Display the advanced options window for tls
35
35
  */
36
36
 
37
 
#include <glib.h>
38
 
#include <mainwindow.h>
39
 
 
 
37
#include "accountlist.h"
40
38
/**
41
39
 * Display the advanced options window for zrtp
42
40
 */
43
 
 
44
 
void show_advanced_tls_options (GHashTable * properties);
 
41
void show_advanced_tls_options(account_t *account);
45
42
 
46
43
#endif