diff --git a/OsmoVTY.st b/OsmoVTY.st index c2eb7da..03ae460 100644 --- a/OsmoVTY.st +++ b/OsmoVTY.st @@ -4,12 +4,12 @@ CStruct subclass: vty_app_info [ + #(#name #string) + #(#version #string) + #(#copyright #string) + #(#tall_ctx #(#ptr #int)) + #(#go_parent_cb #(#ptr #int)) + #(#is_config_node #(#ptr #int))) > ] Object subclass: OSMOVTY [