?login_element?

Subversion Repositories NedoOS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. #ifndef _ARGS_H_
  2. #define _ARGS_H_
  3.  
  4.  
  5. int parse_args(int from_arg, int argc, char ** argv);
  6.  
  7.  
  8.  
  9.  
  10. #endif // _ARGS_H_
  11.