diff options
Diffstat (limited to 'src/mm-log-object.h')
-rw-r--r-- | src/mm-log-object.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mm-log-object.h b/src/mm-log-object.h index 21ffc05e..9ddc7832 100644 --- a/src/mm-log-object.h +++ b/src/mm-log-object.h @@ -34,5 +34,6 @@ struct _MMLogObjectInterface const gchar *mm_log_object_get_id (MMLogObject *self); void mm_log_object_set_owner_id (MMLogObject *self, const gchar *owner_id); +void mm_log_object_reset_id (MMLogObject *self); #endif /* MM_LOG_OBJECT_H */ |