shell__get_tinyrl.c 267 B

123456789101112
  1. /*
  2. * shell__get_tinyrl.c
  3. */
  4. #include "private.h"
  5. /*--------------------------------------------------------- */
  6. tinyrl_t *clish_shell__get_tinyrl(const clish_shell_t * this)
  7. {
  8. return this->tinyrl;
  9. }
  10. /*--------------------------------------------------------- */