aboutsummaryrefslogtreecommitdiffstats
path: root/biology/phrap/files/patch-segments.c
blob: 950899da7b15d91f40130a97f817de7a3b772d98 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
--- ./segments.c.orig	2008-07-30 19:14:13.000000000 +0200
+++ ./segments.c	2014-08-02 12:39:30.000000000 +0200
@@ -112,6 +112,7 @@
   return head;
 }
 
+void
 print_segments(head, index, complement) 
      Segment *head;
      int index;
@@ -128,6 +129,7 @@
   } 
 }
 
+void
 old_print_segments(head, index1, index2, offset, rel_orient) 
      Segment *head;
      int index1, index2, offset;