multicall: expose argv0, use in applets

This commit is contained in:
Ariadne Conill 2020-07-24 04:52:15 -06:00
parent e0a7444640
commit 8714dab11d
4 changed files with 8 additions and 6 deletions

View file

@ -24,4 +24,6 @@ struct if_applet {
void (*const usage)(void);
};
extern char *argv0;
#endif