#include <common/str_list.h>
#include <libaegis/input.h>
Go to the source code of this file.
Data Structures | |
class | patch_context_ty |
Functions | |
patch_context_ty * | patch_context_new (input &ip) |
void | patch_context_delete (patch_context_ty *pcp) |
string_ty * | patch_context_getline (patch_context_ty *pcp, int n) |
void | patch_context_discard (patch_context_ty *pcp, int n) |
void patch_context_delete | ( | patch_context_ty * | pcp | ) | [inline] |
void patch_context_discard | ( | patch_context_ty * | pcp, | |
int | n | |||
) | [inline] |
string_ty* patch_context_getline | ( | patch_context_ty * | pcp, | |
int | n | |||
) | [inline] |
patch_context_ty* patch_context_new | ( | input & | ip | ) | [inline] |