opnsense-ports/biology/phrap/files/patch-names.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

19 lines
450 B
C

--- ./names.c.orig 2007-11-06 23:03:53.000000000 +0100
+++ ./names.c 2014-08-02 12:39:30.000000000 +0200
@@ -30,6 +30,8 @@
#define MAX_SUBCLONE_HIST 101
+void print_contig_chains();
+
set_delims()
{
subclone_delim = parameters->subclone_delim;
@@ -1014,6 +1016,7 @@
/* greedy algorithm for finding chains of contigs */
/* NEED TO LOOK SYSTEMATICALLY FOR CIRCULAR CHAINS, AND BREAK THEM */
+void
print_contig_chains()
{
Link *link;