adding output-fields to global conf

This commit is contained in:
Zakir Durumeric
2013-08-19 10:53:48 -04:00
parent 952f6cefa1
commit 582d381b30
3 changed files with 11 additions and 0 deletions

View File

@@ -15,6 +15,11 @@ int fs_split_string(int *len, char**results)
return 0;
}
void combine_definitions()
{
}
fieldset_t *fs_new_fieldset(void)
{
fieldset_t *f = malloc(sizeof(fieldset_t));