From d57482a14e13af07d81f23fa702f050f3a90ff75 Mon Sep 17 00:00:00 2001
From: Emmanuel Milou <emmanuel.milou@savoirfairelinux.com>
Date: Tue, 5 Feb 2008 15:59:38 -0500
Subject: [PATCH] add libboost-dev on the dependencies

---
 doc/Dependencies.txt    | 1 +
 sflphone-gtk/src/dbus.h | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/Dependencies.txt b/doc/Dependencies.txt
index c40012bb43..64c8ee717e 100644
--- a/doc/Dependencies.txt
+++ b/doc/Dependencies.txt
@@ -18,6 +18,7 @@ libsamplerate        0.1.2      http://www.mega-nerd.com/SRC/[website]
 libdbus-glib         0.73       Packaged with your favorite distribution.
 dbus-c++-1           0.5        Source code included in the git repository. See Build notes. 
 libexpat1            1.95.8     Packaged with your favorite distribution.
+libboost-dev	     1.34.1     	
 --------------------------------------------------------------------------------------
 
 
diff --git a/sflphone-gtk/src/dbus.h b/sflphone-gtk/src/dbus.h
index 5887fa99ee..9014090b6d 100644
--- a/sflphone-gtk/src/dbus.h
+++ b/sflphone-gtk/src/dbus.h
@@ -56,8 +56,8 @@ void dbus_set_default_account(gchar * accountID);
 gchar** dbus_codec_list();
 gchar** dbus_codec_details(int payload);
 gchar** dbus_default_codec_list();
-void set_active_codec_list( const gchar** list );
-gchar** get_active_codec_list( void );
+void dbus_set_active_codec_list( const gchar** list );
+gchar** dbus_get_active_codec_list( void );
 
 /* Instance */
 void dbus_register( int pid, gchar * name);
-- 
GitLab