You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-biology/dialign-tx/files/dialign-tx-1.0.2-fno-common...

23 lines
556 B

--- a/source/parameters.c
+++ b/source/parameters.c
@@ -26,6 +26,8 @@
extern char *optarg;
extern int optind, opterr, optopt;
+
+struct parameters* para;
/****************************
* PROTEIN DEFAULT VALUES! *
****************************/
--- a/source/parameters.h
+++ b/source/parameters.h
@@ -138,7 +138,7 @@
/* global variable */
/* */
/************************************************/
-struct parameters* para;
+extern struct parameters* para;