Aegis  4.25.D505
Data Structures | Functions
/home/archives/aegis/branch.4/branch.25/delta28933.505/libaegis/patch.h File Reference
#include <libaegis/common.fmtgen.h>
#include <libaegis/patch/hunk_list.h>
#include <common/str_list.h>

Go to the source code of this file.

Data Structures

class  patch_ty

Functions

bool patch_apply (patch_ty *, string_ty *, string_ty *)
patch_typatch_new (void)
void patch_delete (patch_ty *pp)
void patch_append (patch_ty *pp, patch_hunk_ty *php)

Function Documentation

void patch_append ( patch_ty pp,
patch_hunk_ty php 
) [inline]

Definition at line 84 of file patch.h.

bool patch_apply ( patch_ty ,
string_ty ,
string_ty  
)
void patch_delete ( patch_ty pp) [inline]

Definition at line 78 of file patch.h.

patch_ty* patch_new ( void  ) [inline]

Definition at line 72 of file patch.h.