diff tool/globals.c @ 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool/globals.c	Wed Jun 03 07:40:00 2015 +0000
@@ -0,0 +1,7 @@
+/*
+ * This module contains global variable definitions for our libpatch tool.
+ */
+
+char *lib_in_filename, *lib_out_filename;
+char *patch_desc_filename;
+struct patch_module_desc *patch_module_list;