aboutsummaryrefslogtreecommitdiffhomepage
path: root/symbols.h
diff options
context:
space:
mode:
Diffstat (limited to 'symbols.h')
-rw-r--r--symbols.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/symbols.h b/symbols.h
index 735fdda..a603b3b 100644
--- a/symbols.h
+++ b/symbols.h
@@ -18,12 +18,14 @@ public:
SymbolList(const Entry *_entries = NULL, gint _size = 0)
: entries(_entries), size(_size) {}
- gint lookup(const gchar *name);
+ gint lookup(const gchar *name, const gchar *prefix = "",
+ bool case_sensitive = false);
GList *get_glist(void);
};
namespace Symbols {
extern SymbolList __attribute__((weak)) scintilla;
+ extern SymbolList __attribute__((weak)) scilexer;
}
#endif