]> git.deb.at Git - pkg/abook.git/commit
custom output format (1/4): created a parser for {placeholders}
authorRaphaël Droz <raphael.droz+floss@gmail.com>
Tue, 30 Aug 2011 13:57:52 +0000 (15:57 +0200)
committerRaphaël Droz <raphael.droz+floss@gmail.com>
Wed, 24 Oct 2012 16:23:52 +0000 (18:23 +0200)
commit0968f14408d8b41570bea076d44d5edbbc3477ed
treeae6504a7a450cc4fee4526bb012576bebba89f0b
parent141acfcc1bb611ec8b1bafd229bb34845feadd51
custom output format (1/4): created a parser for {placeholders}

This creates a field_types pointer from a string containing placeholders
where fields' names are allowed.

field_types *ft is terminated by the magic value 66 and is initialized
by parse_custom_format() (see the part 2/3)
database.h
filter.c
filter.h