From 8cfad6a6b15e97d7a753558ebd34f8a9798196f6 Mon Sep 17 00:00:00 2001 From: midipix Date: Sun, 20 Dec 2015 03:13:29 -0500 Subject: output, mdso_output_export_symbols(): initial implementation. --- src/internal/mdso_driver_impl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/internal') diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h index aa09197..d76f29e 100644 --- a/src/internal/mdso_driver_impl.h +++ b/src/internal/mdso_driver_impl.h @@ -10,6 +10,8 @@ enum app_tags { TAG_HELP, TAG_VERSION, + TAG_PRETTY, + TAG_EXPSYMS, }; struct mdso_expsyms { -- cgit v1.2.3