#include "lcn_types.h"
Go to the source code of this file.
Functions | |
lcn_term_t * | lcn_term_create (const lcn_char_t *contents, const lcn_char_t *field, apr_pool_t *pool) |
Create a new term with contents contents and field field, allocated in pool. | |
lcn_term_t * | lcn_term_create_cstring (const char *contents, const char *field, apr_pool_t *pool) |
Like lcn_term_create , but with cstring arguments. | |
int | lcn_term_compare (const lcn_term_t *one, const lcn_term_t *two) |
Compare terms one and two, returning an integer less than, equal to, or greater than if one is less than, equal to, or greater than two. |
Definition in file lcn_term.h.