Skip to content
Snippets Groups Projects
Commit 47fcfd5b authored by Emmanuel Milou's avatar Emmanuel Milou
Browse files

fix implicit function declarations cases

parent aa443302
No related branches found
No related tags found
No related merge requests found
......@@ -18,6 +18,8 @@
*/
#include <calllist.h>
#include <calltree.h>
#include <dbus.h>
#include <string.h>
......
......@@ -21,6 +21,7 @@
#define __CALLLIST_H__
#include <gtk/gtk.h>
/** @file calllist.h
* @brief A list to hold calls.
*/
......
......@@ -19,6 +19,8 @@
*/
#include <stdlib.h>
#include <glib/gprintf.h>
#include <gtk/gtk.h>
#include <actions.h>
#include <calltree.h>
......
......@@ -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>
......
......@@ -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
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment