mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-05-08 21:58:03 +02:00
uuidgen: Remove unimplemented declaration
As far as I can tell from git history, this function never existed. Signed-off-by: Simon McVittie <smcv@collabora.com> Reviewed-by: Philip Withnall <withnall@endlessm.com> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=13194
This commit is contained in:
parent
108a1c45bc
commit
015a5cf36d
1 changed files with 0 additions and 3 deletions
|
|
@ -37,9 +37,6 @@ dbus_bool_t dbus_internal_do_not_use_get_uuid (const char *filename,
|
|||
char **uuid_p,
|
||||
dbus_bool_t create_if_not_found,
|
||||
DBusError *error);
|
||||
dbus_bool_t dbus_internal_do_not_use_ensure_uuid (const char *filename,
|
||||
char **uuid_p,
|
||||
DBusError *error);
|
||||
DBUS_PRIVATE_EXPORT
|
||||
dbus_bool_t _dbus_create_uuid (char **uuid_p,
|
||||
DBusError *error);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue