settings.h

changeset 34
fa9bda32de17
parent 33
1a2d7298bc82
child 35
35120de6ee53
     1.1 --- a/settings.h	Tue Oct 02 10:49:25 2012 +0200
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,39 +0,0 @@
     1.4 -/*
     1.5 - * settings.h
     1.6 - *
     1.7 - *  Created on: 15.09.2011
     1.8 - *      Author: Mike
     1.9 - */
    1.10 -
    1.11 -#ifndef SETTINGS_H_
    1.12 -#define SETTINGS_H_
    1.13 -
    1.14 -#include "stdinc.h"
    1.15 -#include "string_list.h"
    1.16 -#include "bfile_heuristics.h"
    1.17 -#include "regex_parser.h"
    1.18 -
    1.19 -typedef struct _settings {
    1.20 -  string_list_t* includeSuffixes;
    1.21 -  string_list_t* excludeSuffixes;
    1.22 -  regex_parser_t* regex;
    1.23 -  bfile_heuristics_t* bfileHeuristics;
    1.24 -  char fileSeparator;
    1.25 -  bool recursive;
    1.26 -  bool matchesOnly;
    1.27 -  bool verbose;
    1.28 -  bool confusing_lnlen; /* this flag is set by the scanner */
    1.29 -} settings_t;
    1.30 -
    1.31 -#ifdef _cplusplus
    1.32 -extern "C" {
    1.33 -#endif
    1.34 -
    1.35 -settings_t* new_settings_t();
    1.36 -void destroy_settings_t(settings_t*);
    1.37 -
    1.38 -#ifdef _cplusplus
    1.39 -}
    1.40 -#endif
    1.41 -
    1.42 -#endif /* SETTINGS_H_ */

mercurial