FreeCalypso > hg > tcs211-patches
view tool/globals.c @ 17:1fffae285c85
main-pirelli.patch created
author | Space Falcon <falcon@ivan.Harhan.ORG> |
---|---|
date | Tue, 08 Sep 2015 01:56:42 +0000 |
parents | 5ba13fd0e737 |
children |
line wrap: on
line source
/* * This module contains global variable definitions for our libpatch tool. */ #include <sys/types.h> char *lib_in_filename, *lib_out_filename; char *patch_desc_filename; struct patch_module_desc *patch_module_list; char member_name[17]; unsigned member_size; u_char *member_body;