summaryrefslogtreecommitdiff
path: root/libsieve/sieve.l
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-06-28 22:43:05 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-06-28 22:43:05 +0000
commit9e1c564f2c769245d11439dfccd0af05b685e171 (patch)
treed82dbcdb61b79f90cf08e4e654ef334ccef91f87 /libsieve/sieve.l
parent7ecfd2abb3aa7b4c853def9d5ccc57db0ac2b9ae (diff)
downloadmailutils-9e1c564f2c769245d11439dfccd0af05b685e171.tar.gz
mailutils-9e1c564f2c769245d11439dfccd0af05b685e171.tar.bz2
Replace iterator_create with list_get_iterator.
Diffstat (limited to 'libsieve/sieve.l')
-rw-r--r--libsieve/sieve.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/libsieve/sieve.l b/libsieve/sieve.l
index 947cf2035..ca214578c 100644
--- a/libsieve/sieve.l
+++ b/libsieve/sieve.l
@@ -1,6 +1,6 @@
%{
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2002, 2004 Free Software Foundation, Inc.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -677,7 +677,7 @@ line_finish ()
int length = 0;
char *p;
- if (!string_list || iterator_create (&itr, string_list))
+ if (!string_list || list_get_iterator (string_list, &itr))
return;
/* Count number of characters in the multiline */

Return to:

Send suggestions and report system problems to the System administrator.