Index: compiled/library.h |
=================================================================== |
--- a/compiled/library.h |
+++ b/compiled/library.h |
@@ -28,16 +28,17 @@ |
extern "C" |
{ |
void LogString(const String& str); |
void LogInteger(int i); |
void LogPointer(const void* ptr); |
void LogError(const String& str); |
char16_t CharToLower(char16_t charCode); |
+ char16_t CharToUpper(char16_t charCode); |
hub
2017/10/25 01:19:38
I shall remove this one too.
|
void JSNotifyFilterChange(FilterNotifier::Topic topic, Filter& filter, |
Subscription* subscription, unsigned int position); |
void JSNotifySubscriptionChange(FilterNotifier::Topic topic, |
Subscription& subscription); |
int GenerateRegExp(const String& regexp, bool matchCase); |
void DeleteRegExp(int id); |
bool TestRegExp(int id, const String& str); |
} |