shell__get_viewid.c 269 B

123456789101112
  1. /*
  2. * shell__get_viewid.c
  3. */
  4. #include "private.h"
  5. /*--------------------------------------------------------- */
  6. const char *clish_shell__get_viewid(const clish_shell_t * this)
  7. {
  8. return this->viewid;
  9. }
  10. /*--------------------------------------------------------- */