show.h 181 B

1234567891011
  1. #ifndef _show_h
  2. #define _show_h
  3. #include <sysrepo.h>
  4. #include <sysrepo/xpath.h>
  5. bool_t show_xpath(sr_session_ctx_t *sess, const char *xpath, uint32_t flags);
  6. #endif // _show_h