diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-11 12:50:19 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2007-01-11 12:50:19 +0000 |
| commit | b14f1520fe0dabd185ab3555c9d2dd8ab5276dd0 (patch) | |
| tree | 709e35aec7d42c672d8aa953b52d0d7c494dd3d8 /lib/base/estring.h | |
| parent | 26ff43bdf1eb6fe4da12db2c61a63c0dcd9612c8 (diff) | |
| download | enigma2-b14f1520fe0dabd185ab3555c9d2dd8ab5276dd0.tar.gz enigma2-b14f1520fe0dabd185ab3555c9d2dd8ab5276dd0.zip | |
filter short name brakets in getContent ('N')
add possibility to get short names with getContent ('n')
the same for epg.search...
filter short name brakets in Converter/ServiceName
Diffstat (limited to 'lib/base/estring.h')
| -rw-r--r-- | lib/base/estring.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/base/estring.h b/lib/base/estring.h index 34022280..68e0970f 100644 --- a/lib/base/estring.h +++ b/lib/base/estring.h @@ -6,6 +6,8 @@ #include <stdio.h> #include "eerror.h" +std::string buildShortName( const std::string &str ); + int strnicmp(const char*, const char*, int); std::string getNum(int num, int base=10); |
