mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-05 18:08:01 +02:00
_dbus_open_unix_socket: make static
It isn't called from outside its translation unit.
This commit is contained in:
parent
1423b4a64d
commit
377051ee79
2 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue