naev 0.11.5
UniHunkTarget_t Struct Reference

Represents the hunk's target. More...

Data Fields

UniHunkTargetType_t type
 
union { 
 
   char *   name 
 
u 
 

Detailed Description

Represents the hunk's target.

Definition at line 60 of file unidiff.c.

Field Documentation

◆ name

char* UniHunkTarget_t::name

Name of the target.

Definition at line 63 of file unidiff.c.

◆ type

UniHunkTargetType_t UniHunkTarget_t::type

Type of hunk target.

Definition at line 61 of file unidiff.c.

◆ [union]

union { ... } UniHunkTarget_t::u

Union of possible target types.


The documentation for this struct was generated from the following file: