]> git.proxmox.com Git - mirror_frr.git/blobdiff - lib/sbuf.h
zebra: Allow ns delete to happen after under/over flow checks
[mirror_frr.git] / lib / sbuf.h
index 3e49ada6c2740ca146a4f792c504d659862f6dc8..c38e96912f9cfbfc5e5392a06c23cf5beb721953 100644 (file)
  *         return 1;
  * }
  *
- * In this case, sbuf_example uses a string buffer with undefined size, which will
- * be allocated on the heap by sbuf. The caller of sbuf_example is expected to free
+ * In this case, sbuf_example uses a string buffer with undefined size, which
+ * will
+ * be allocated on the heap by sbuf. The caller of sbuf_example is expected to
+ * free
  * the string returned in parser_log.
  */