shell__get_client_cookie.c 284 B

123456789101112
  1. /*
  2. * shell__get_client_cookie.c
  3. */
  4. #include "private.h"
  5. /*--------------------------------------------------------- */
  6. void *clish_shell__get_client_cookie(const clish_shell_t * this)
  7. {
  8. return this->client_cookie;
  9. }
  10. /*--------------------------------------------------------- */