Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
47fcfd5b
Commit
47fcfd5b
authored
Oct 01, 2008
by
Emmanuel Milou
Browse files
fix implicit function declarations cases
parent
aa443302
Changes
6
Hide whitespace changes
Inline
Side-by-side
sflphone-gtk/src/calllist.c
View file @
47fcfd5b
...
...
@@ -18,6 +18,8 @@
*/
#include
<calllist.h>
#include
<calltree.h>
#include
<dbus.h>
#include
<string.h>
...
...
sflphone-gtk/src/calllist.h
View file @
47fcfd5b
...
...
@@ -21,6 +21,7 @@
#define __CALLLIST_H__
#include
<gtk/gtk.h>
/** @file calllist.h
* @brief A list to hold calls.
*/
...
...
sflphone-gtk/src/calltree.c
View file @
47fcfd5b
...
...
@@ -19,6 +19,8 @@
*/
#include
<stdlib.h>
#include
<glib/gprintf.h>
#include
<gtk/gtk.h>
#include
<actions.h>
#include
<calltree.h>
...
...
sflphone-gtk/src/mainwindow.c
View file @
47fcfd5b
...
...
@@ -21,7 +21,6 @@
#include
<config.h>
#include
<actions.h>
#include
<calltab.h>
#include
<calllist.h>
#include
<calltree.h>
#include
<configwindow.h>
#include
<dialpad.h>
...
...
@@ -29,6 +28,7 @@
#include
<menus.h>
#include
<sliders.h>
#include
<historyfilter.h>
#include
<assistant.h>
#include
<gtk/gtk.h>
...
...
sflphone-gtk/src/mainwindow.h
View file @
47fcfd5b
...
...
@@ -87,4 +87,5 @@ void statusbar_push_message( const gchar* message , guint id );
*/
void
statusbar_pop_message
(
guint
id
);
void
main_window_searchbar
(
gboolean
*
state
);
#endif
sflphone-gtk/src/menus.c
View file @
47fcfd5b
...
...
@@ -27,8 +27,9 @@
#include
<dbus.h>
#include
<mainwindow.h>
#include
<calltab.h>
#include
<assistant.h>
#include
<gtk/gtk.h>
#include
<glib/gprintf.h>
#include
<string.h>
// for strlen
GtkWidget
*
pickUpMenu
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment