_dbus_open_unix_socket: make static

It isn't called from outside its translation unit.
This commit is contained in:
Simon McVittie 2011-06-22 12:31:24 +01:00
parent 1423b4a64d
commit 377051ee79
2 changed files with 1 additions and 3 deletions

View file

@ -142,7 +142,7 @@ _dbus_open_socket (int *fd_p,
* @param error return location for an error
* @returns #FALSE if error is set
*/
dbus_bool_t
static dbus_bool_t
_dbus_open_unix_socket (int *fd,
DBusError *error)
{

View file

@ -63,8 +63,6 @@ _dbus_write_two (int fd,
int start2,
int len2);
dbus_bool_t _dbus_open_unix_socket (int *fd,
DBusError *error);
int _dbus_connect_unix_socket (const char *path,
dbus_bool_t abstract,
DBusError *error);