1 2 3 4 5 6 7 8 9 10 11 12 13 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__ */