diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2012-03-16 12:47:12 +0100 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2012-03-16 12:47:12 +0100 |
commit | 0f808c066f3b5b190de951db042a34a1eb957a16 (patch) | |
tree | 7b54bd3f5965d6c02ef096f01176c0161d312e97 /conf | |
parent | 20ab192beca749166e19118e987b53b5e131d0cf (diff) |
Adds filtering to 'show symbols' command.
Thanks Alexander V. Chernikov for the original patch.
Diffstat (limited to 'conf')
-rw-r--r-- | conf/confbase.Y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/confbase.Y b/conf/confbase.Y index b952f314..b9bc048e 100644 --- a/conf/confbase.Y +++ b/conf/confbase.Y @@ -50,6 +50,7 @@ CF_DECLS struct f_path_mask *h; struct password_item *p; struct rt_show_data *ra; + struct sym_show_data *sd; struct lsadb_show_data *ld; struct iface *iface; void *g; |