diff options
author | kamel5 <kamel5 (at) gmx (dot) net> | 2018-03-08 14:20:23 +0100 |
---|---|---|
committer | kamel5 <vdr.kamel5 (at) gmx (dot) net> | 2019-01-27 11:31:16 +0100 |
commit | 82fb45a0884dedc205e9cb80766cbf213276e06f (patch) | |
tree | 9bdb643f5fb00f300be808a37cee7fbf8293e746 /tools.h | |
parent | e476e0e8c07b3715ae123b4251dbab8800939d10 (diff) | |
download | vdr-plugin-tvguide-82fb45a0884dedc205e9cb80766cbf213276e06f.tar.gz vdr-plugin-tvguide-82fb45a0884dedc205e9cb80766cbf213276e06f.tar.bz2 |
Cosmetic changes
Diffstat (limited to 'tools.h')
-rw-r--r-- | tools.h | 32 |
1 files changed, 16 insertions, 16 deletions
@@ -45,27 +45,27 @@ typedef unsigned int Uint; typedef struct
{
- Uint *R,
- *R1,
- *RP,
- *S,
- *RI;
- Uint *FilterS;
+ Uint *R,
+ *R1,
+ *RP,
+ *S,
+ *RI;
+ Uint *FilterS;
- int Map[256];
- int FilterMap[256];
- int k;
- Uint mask_ok;
- Uint filter_ok;
- Uint filter_shift;
- int r_size;
- int FilterSet;
+ int Map[256];
+ int FilterMap[256];
+ int k;
+ Uint mask_ok;
+ Uint filter_ok;
+ Uint filter_shift;
+ int r_size;
+ int FilterSet;
} AFUZZY;
void afuzzy_init(const char *p, int kerr, int UseFilter, AFUZZY *fuzzy);
void afuzzy_free(AFUZZY *fuzzy);
int afuzzy_checkSUB(const char *t, AFUZZY *fuzzy);
-static int afuzzy_checkFLT(const char *t, AFUZZY *fuzzy);
+int afuzzy_checkFLT(const char *t, AFUZZY *fuzzy);
#endif
-#endif // __TVGUIDETOOLS_H
\ No newline at end of file +#endif // __TVGUIDETOOLS_H
|