shell_access.c 197 B

1234567891011121314
  1. /*
  2. * shell_access.c
  3. */
  4. #include <string.h>
  5. #include "private.h"
  6. /*-------------------------------------------------------- */
  7. int clish_shell_check_access(clish_shell_t *this)
  8. {
  9. return 0;
  10. }