diff options
author | midipix <writeonce@midipix.org> | 2015-12-20 04:10:09 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-11 00:22:30 -0500 |
commit | d8c2b3247afc7f837b7d24ec2c93f0fbdc40c584 (patch) | |
tree | 1d7f0afce3bfee5a43d3fbfb655c99488f3689ce /src/internal | |
parent | 8cfad6a6b15e97d7a753558ebd34f8a9798196f6 (diff) | |
download | mdso-d8c2b3247afc7f837b7d24ec2c93f0fbdc40c584.tar.bz2 mdso-d8c2b3247afc7f837b7d24ec2c93f0fbdc40c584.tar.xz |
libname,dstdir: added interface.
Diffstat (limited to 'src/internal')
-rw-r--r-- | src/internal/mdso_driver_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/internal/mdso_driver_impl.h b/src/internal/mdso_driver_impl.h index d76f29e..4ce307d 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_LIBNAME, + TAG_DSTDIR, TAG_PRETTY, TAG_EXPSYMS, }; |