Whitespace removal.

This commit is contained in:
Ralf Corsepius
2009-12-10 07:20:06 +00:00
parent c9ece2e49c
commit 5f5f681b69
11 changed files with 44 additions and 44 deletions

View File

@@ -46,22 +46,22 @@ void ptf_printf(FILE *s, struct ptf *tree, char *prefix);
void ptf_dump_ptf_item(FILE *s, struct ptf_item *pi);
struct ptf *ptf_find(
struct ptf *tree,
struct ptf_item *item,
struct ptf *tree,
struct ptf_item *item,
ptf_item_type ttype,
char *name,
char *name,
char *value);
struct ptf *ptf_next(
struct ptf_item *item,
struct ptf_item *item,
ptf_item_type ttype,
char *name,
char *name,
char *value);
int ptf_match(
struct ptf *const ptf,
struct ptf_item *const match,
const ptf_match_action action,
struct ptf_item *const match,
const ptf_match_action action,
void *arg);
char *ptf_defused_name(char *);