view tool/globals.h @ 0:12e230d431f0

started writing libpatch tool
author Space Falcon <falcon@ivan.Harhan.ORG>
date Wed, 03 Jun 2015 07:40:00 +0000
parents
children 5ba13fd0e737
line wrap: on
line source

/* external declarations for the global variables defined in globals.c */

extern char *lib_in_filename, *lib_out_filename;
extern char *patch_desc_filename;
extern struct patch_module_desc *patch_module_list;