summaryrefslogtreecommitdiff
path: root/mail/qconfirm/files/patch-src_getline.c
blob: 7cacfe0d992373d19aec830970e90c8dd77971b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/getline.c.orig	2004-12-12 16:57:17 UTC
+++ src/getline.c
@@ -2,7 +2,7 @@
 #include "stralloc.h"
 #include "byte.h"
 
-int getline(buffer *b, stralloc *line) {
+int get_line(buffer *b, stralloc *line) {
   int r, i;
   char *x;