mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
utils: Split out structs cleanups and printing into common/structs.
These won't be used by the daemon, so interferes with us using common/utils in the daemon, so they are moved to a different library.
This commit is contained in:
@@ -26,7 +26,8 @@ val generate_actions_pod : unit -> unit
|
||||
val generate_availability_pod : unit -> unit
|
||||
val generate_client_actions : Types.action list -> unit -> unit
|
||||
val generate_client_actions_variants : unit -> unit
|
||||
val generate_client_structs_cleanup : unit -> unit
|
||||
val generate_client_structs_cleanups_h : unit -> unit
|
||||
val generate_client_structs_cleanups_c : unit -> unit
|
||||
val generate_client_structs_compare : unit -> unit
|
||||
val generate_client_structs_copy : unit -> unit
|
||||
val generate_client_structs_free : unit -> unit
|
||||
@@ -35,7 +36,6 @@ val generate_client_structs_print_c : unit -> unit
|
||||
val generate_event_string_c : unit -> unit
|
||||
val generate_guestfs_h : unit -> unit
|
||||
val generate_internal_actions_h : unit -> unit
|
||||
val generate_internal_frontend_cleanups_h : unit -> unit
|
||||
val generate_linker_script : unit -> unit
|
||||
val generate_max_proc_nr : unit -> unit
|
||||
val generate_structs_pod : unit -> unit
|
||||
|
||||
Reference in New Issue
Block a user