/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */ /* * Authors: Jeffrey Stedfast * * Copyright 2002 Ximian, Inc. (www.ximian.com) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Street #330, Boston, MA 02111-1307, USA. * */ #ifndef __E_TRIE_H__ #define __E_TRIE_H__ #ifdef __cplusplus extern "C" { #pragma } #endif /* __cplusplus */ #include typedef struct _ETrie ETrie; ETrie *e_trie_new (gboolean icase); void e_trie_free (ETrie *trie); void e_trie_add (ETrie *trie, const char *pattern, int pattern_id); const char *e_trie_search (ETrie *trie, const char *buffer, size_t buflen, int *matched_id); #ifdef __cplusplus } #endif /* __cplusplus */ #endif /* __E_TRIE_H__ */ name='id' value='ebf396b6b055beba9715148d886ec76e4db869b3'/> FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove libintl.so.9 compatibility link that was added in r374303 totijl2016-12-091-1/+1
* Reset ports maintained by horia@racoviceanu.com.rakuco2016-06-281-1/+1
* Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.mat2016-04-011-2/+2
* - Drop @dirrm* from and add empty directories to pkg-plistsamdmi32015-01-281-4/+0
* - Drop .la files, no dependees require themamdmi32014-08-292-3/+2
* These ports are no longer used or cared for.nemysis2014-05-071-1/+1
* Convert to USES=libtool pathfix.tijl2014-04-252-4/+4
* The FreeBSD x11@ and graphics team proudly presentszeising2014-04-171-1/+1
* - Use the new format for LIB_DEPENDSnemysis2014-01-091-4/+7
* - Change maintainer email of my ports to @FreeBSD.orgnemysis2013-12-181-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-241-2/+1
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-231-1/+1
* - Update MASTER_SITES and WWW: line in pkg-descrtota2012-12-292-9/+6
* Add some explicit USE_PKGCONFIG=buildbapt2012-07-271-0/+1
* - update png to 1.5.10dinoex2012-06-011-1/+1
* - Kick MD5 supportmiwi2011-07-031-1/+0
* Sync to new bsd.autotools.mkade2010-12-041-1/+1
* Add more USE_GETTEXT macros, and bump PORTREVISIONs.marcus2010-06-061-1/+2
* - update to 1.4.1dinoex2010-03-281-1/+1
* - update to jpeg-8dinoex2010-02-051-1/+1
* -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.mezz2009-08-031-1/+1
* - bump all port that indirectly depends on libjpeg and have not yet been bump...dinoex2009-07-311-1/+1
* - Correctly assign RUN_DEPENDSdanfe2008-11-102-5/+8
* Bump portrevision due to upgrade of devel/gettext.edwin2008-06-061-0/+1
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-26