mirror of
https://github.com/ostreedev/ostree.git
synced 2025-08-30 05:49:24 +03:00
libotuil: Fix missing #define in header
This commit is contained in:
@ -21,6 +21,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef __OSTREE_UTIL_H__
|
#ifndef __OSTREE_UTIL_H__
|
||||||
|
#define __OSTREE_UTIL_H__
|
||||||
|
|
||||||
#define ot_gobject_refz(o) (o ? g_object_ref (o) : o)
|
#define ot_gobject_refz(o) (o ? g_object_ref (o) : o)
|
||||||
#define ot_clear_checksum(c) G_STMT_START { \
|
#define ot_clear_checksum(c) G_STMT_START { \
|
||||||
|
Reference in New Issue
Block a user