From 20a0097f74bfdec16c17dd7d3eb5968f81ec90c1 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Mon, 13 Mar 2006 23:35:29 +0000 Subject: Rename a methods and some variables to steer clear of C++ namespace. svn path=/branches/BRANCH_6-3/; revision=4733 --- fetchmail.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmail.h') diff --git a/fetchmail.h b/fetchmail.h index 4066facd..d450afc1 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -218,7 +218,7 @@ struct method /* describe methods for protocol state machine */ /* fetch a given message */ int (*trail)(int, struct query *, int, const char *); /* eat trailer of a message */ - int (*delete)(int, struct query *, int); + int (*delete_msg)(int, struct query *, int); /* delete method */ int (*mark_seen)(int, struct query *, int); /* mark as seen method */ -- cgit v1.2.3