diff options
Diffstat (limited to '')
-rw-r--r-- | flx/sign.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/flx/sign.h b/flx/sign.h new file mode 100644 index 0000000..047ee85 --- /dev/null +++ b/flx/sign.h @@ -0,0 +1,14 @@ +#ifndef __SIGN_H__ +#define __SIGN_H__ + +#include "arg.h" + +extern t_param flxsign_poptions[]; + +extern int flxsign_pfct(int opt, t_param *param, char **flag, char **argv); +extern int flxsign_main(int argc, char **argv); + + +#endif /* __SIGN_H__ */ + + |