search for: 178dda2

Displaying 1 result from an estimated 1 matches for "178dda2".

Did you mean: 122dda2
2013 Jan 30
1
[PATCH] Make internal-only functions and structures private
...; string val cols_of_struct : string -> cols (** Lookup struct by name, return the s_cols field. *) + +val external_structs : struc list +(** Only external structs *) + +val internal_structs : struc list +(** Only internal structs *) diff --git a/generator/types.ml b/generator/types.ml index 178dda2..26bf746 100644 --- a/generator/types.ml +++ b/generator/types.ml @@ -385,6 +385,8 @@ type action = { fish_output : fish_output_t option; (* how to display output in guestfish *) in_fish : bool; (* export via guestfish *) in_docs : bool; (* add this function...