filter short name brakets in getContent ('N')
[enigma2.git] / lib / base / estring.h
index 3402228068da88ff8643801f0b354f47db96b667..68e0970f410a657ce81c78e51bf3470f4e3c132a 100644 (file)
@@ -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);