gmime r1496 - trunk/util



Author: fejj
Date: Tue Oct  7 16:18:25 2008
New Revision: 1496
URL: http://svn.gnome.org/viewvc/gmime?rev=1496&view=rev

Log:
oops, add prototype to header

Modified:
   trunk/util/gtrie.h

Modified: trunk/util/gtrie.h
==============================================================================
--- trunk/util/gtrie.h	(original)
+++ trunk/util/gtrie.h	Tue Oct  7 16:18:25 2008
@@ -33,6 +33,8 @@
 
 void g_trie_add (GTrie *trie, const char *pattern, int pattern_id);
 
+const char *g_trie_quick_search (GTrie *trie, const char *buffer, size_t buflen, int *matched_id);
+
 const char *g_trie_search (GTrie *trie, const char *buffer, size_t buflen, int *matched_id);
 
 G_END_DECLS



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]