aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-trie.c
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2002-12-10 12:24:49 +0800
committerChris Toshok <toshok@src.gnome.org>2002-12-10 12:24:49 +0800
commitc29a83e4f64698491c2a379382f0fdcc6bfcbce8 (patch)
tree88d64706bd13ad2bf3f183b6fc50acaaf15ae2f1 /e-util/e-trie.c
parenta39c3ef6fb353318e9811991180a9e33120a1f5b (diff)
downloadgsoc2013-evolution-c29a83e4f64698491c2a379382f0fdcc6bfcbce8.tar.gz
gsoc2013-evolution-c29a83e4f64698491c2a379382f0fdcc6bfcbce8.tar.zst
gsoc2013-evolution-c29a83e4f64698491c2a379382f0fdcc6bfcbce8.zip
fix parameter list for e_trie_search
svn path=/trunk/; revision=19082
Diffstat (limited to 'e-util/e-trie.c')
-rw-r--r--e-util/e-trie.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-trie.c b/e-util/e-trie.c
index 21e7a37790..cdfc3dd0c6 100644
--- a/e-util/e-trie.c
+++ b/e-util/e-trie.c
@@ -298,7 +298,7 @@ e_trie_add (ETrie *trie, const char *pattern, int pattern_id)
*/
const char *
-e_trie_search (ETrie *trie, const char *buffer, size_t buflen, const char **pattern)
+e_trie_search (ETrie *trie, const char *buffer, size_t buflen, int *matched_id)
{
const unsigned char *inptr, *inend, *prev, *pat;
register size_t inlen = buflen;
1-1/+1 * Welcome XFCE 4.8 to the portstree!oliver2011-03-033-8/+18 * update xfce to 4.6.2oliver2010-05-311-1/+1 * Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.ade2010-05-311-1/+1 * - update to 1.4.1dinoex2010-03-281-1/+1 * - update to jpeg-8dinoex2010-02-051-1/+1 * bump PORTREVISION for the recent update ofoliver2010-01-101-1/+1 * - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1 * - Add gstreamer supportdhn2009-06-211-2/+2 * remove the deletion of the pt_PT locale because it is included in the mtree fileoliver2009-05-071-2/+0 * update xfce to 4.6.1oliver2009-05-061-0/+1 * - Update to 0.4.1miwi2009-03-152-7/+8 * bump PORTREVISION because of xfce 4.6 updateoliver2009-03-081-0/+1 * - Update to 0.4.0.araujo2009-01-204-59/+45 * - Fix an error in xfburn which omits Rock Ridge info for atimes andmiwi2008-11-302-1/+50