sr_copypaste.h 252 B

12345678910111213141516
  1. #ifndef _sr_copypaste_h
  2. #define _sr_copypaste_h
  3. #include <sysrepo.h>
  4. #include <sysrepo/xpath.h>
  5. int
  6. sr_ly_module_is_internal(const struct lys_module *ly_mod);
  7. int
  8. sr_module_is_internal(const struct lys_module *ly_mod);
  9. #endif // _sr_copypaste_h