~cyphermox/ubuntu/natty/ofono/release-0.41

« back to all changes in this revision

Viewing changes to src/manager.c

  • Committer: Mathieu Trudel-Lapierre
  • Date: 2011-02-11 02:17:20 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: mathieu-tl@ubuntu.com-20110211021720-cvxc3erw1keomunj
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
91
91
        { }
92
92
};
93
93
 
94
 
int __ofono_manager_init()
 
94
int __ofono_manager_init(void)
95
95
{
96
96
        DBusConnection *conn = ofono_dbus_get_connection();
97
97
        gboolean ret;
107
107
        return 0;
108
108
}
109
109
 
110
 
void __ofono_manager_cleanup()
 
110
void __ofono_manager_cleanup(void)
111
111
{
112
112
        DBusConnection *conn = ofono_dbus_get_connection();
113
113