summaryrefslogtreecommitdiff
path: root/print/magicfilter/files/patch-rule.h
blob: f3b6b2057289989634afc69076e969e7db2d1314 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- rule.h.orig	2002-07-11 23:23:43 UTC
+++ rule.h
@@ -55,7 +55,7 @@ struct rule {
     struct rule *next;		/* next rule in the chain */
 } ;
 
-extern struct rule *getline(FILE *);
+extern struct rule *get_line(FILE *);
 extern struct rule *rules;
 char * action_p(enum rule_action);