]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/engine/object.h
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / boost / tools / build / src / engine / object.h
index e53078d738c87aac9e054e2ce369c1ec87ccde78..53df10892ad55a0c4788493b5a2cc6795e42eb8f 100644 (file)
@@ -1,4 +1,5 @@
 /*
+ * Copyright 2022 RenĂ© Ferdinand Rivera Morell
  * Copyright 2011 Steven Watanabe
  *
  * This file is part of Jam - see jam.c for Copyright information.
 
 typedef struct _object OBJECT;
 
+typedef OBJECT * object_ptr;
+
 OBJECT * object_new( char const * const );
-OBJECT * object_new_range( char const * const, int const size );
+OBJECT * object_new_range( char const * const, int32_t size );
 void object_done( void );
 
 #if defined(NDEBUG) && !defined(BJAM_NO_MEM_CACHE)