XMMS2
Typedefs | Functions
pattern.c File Reference
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include "s4_priv.h"

Typedefs

typedef struct pattern_St pattern_t
 

Functions

s4_pattern_ts4_pattern_create (const char *pattern, int casefold)
 Creates a new pattern. More...
 
int s4_pattern_match (const s4_pattern_t *p, const s4_val_t *val)
 Matches a pattern against a value. More...
 
void s4_pattern_free (s4_pattern_t *pattern)
 Frees a pattern created with s4_pattern_create. More...