gmime r1496 - trunk/util
- From: fejj svn gnome org
- To: svn-commits-list gnome org
- Subject: gmime r1496 - trunk/util
- Date: Tue, 7 Oct 2008 16:18:26 +0000 (UTC)
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]