]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/build/src/engine/function.h
update sources to v12.2.3
[ceph.git] / ceph / src / boost / tools / build / src / engine / function.h
index 64f26b3cf79a48aff3f0369c02ff5032d798c6e8..1d863cfff72c20ab2f603a4231c7da5a2e43e851 100644 (file)
@@ -35,6 +35,8 @@ void function_run_actions( FUNCTION * function, FRAME * frame, STACK * s, string
 FUNCTION * function_bind_variables( FUNCTION * f, module_t * module, int * counter );
 FUNCTION * function_unbind_variables( FUNCTION * f );
 
+LIST * function_get_variables( FUNCTION * f );
+
 void function_done( void );
 
 #ifdef HAVE_PYTHON