Commit b9c91025 authored by Lev Walkin's avatar Lev Walkin

usefulness comment

parent 412dec9f
...@@ -113,6 +113,7 @@ ssize_t OBJECT_IDENTIFIER__dump_arc(uint8_t *arcbuf, int arclen, int add, ...@@ -113,6 +113,7 @@ ssize_t OBJECT_IDENTIFIER__dump_arc(uint8_t *arcbuf, int arclen, int add,
* *
* WARNING: The function always returns the real number of arcs, * WARNING: The function always returns the real number of arcs,
* even if there is no sufficient (_arc_slots) provided. * even if there is no sufficient (_arc_slots) provided.
* This is useful for (_arc_slots) value estimation.
*/ */
int OBJECT_IDENTIFIER_parse_arcs(const char *oid_text, ssize_t oid_txt_length, int OBJECT_IDENTIFIER_parse_arcs(const char *oid_text, ssize_t oid_txt_length,
long arcs[], unsigned int arcs_slots, char **oid_text_end); long arcs[], unsigned int arcs_slots, char **oid_text_end);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment