|
Aegis
4.25.D505
|
#include <common/str.h>Go to the source code of this file.
Data Structures | |
| struct | patch_line_ty |
Enumerations | |
| enum | patch_line_type { patch_line_type_unchanged, patch_line_type_changed, patch_line_type_inserted, patch_line_type_deleted } |
Functions | |
| void | patch_line_constructor (patch_line_ty *, patch_line_type, string_ty *) |
| void | patch_line_destructor (patch_line_ty *) |
| enum patch_line_type |
| void patch_line_constructor | ( | patch_line_ty * | , |
| patch_line_type | , | ||
| string_ty * | |||
| ) |
| void patch_line_destructor | ( | patch_line_ty * | ) |
1.7.6.1