naev 0.12.5
UniHunkTarget_t Struct Reference

Represents the hunk's target. More...

#include <unidiff.h>

Data Fields

UniHunkTargetType_t type
union { 
   char *   name 
u

Detailed Description

Represents the hunk's target.

Definition at line 26 of file unidiff.h.

Field Documentation

◆ name

char* UniHunkTarget_t::name

Name of the target.

Definition at line 29 of file unidiff.h.

◆ type

UniHunkTargetType_t UniHunkTarget_t::type

Type of hunk target.

Definition at line 27 of file unidiff.h.

◆ [union]

union { ... } UniHunkTarget_t::u

Union of possible target types.


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