Forráskód Böngészése

document deinit function

Olivier Aumage 8 éve
szülő
commit
dde638a9cd
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      src/common/prio_list.h

+ 3 - 0
src/common/prio_list.h

@@ -35,6 +35,9 @@
  * * Initialize a new priority list
  * void FOO_prio_list_init(struct FOO_prio_list*)
  *
+ * * Free an empty priority list
+ * void FOO_prio_list_deinit(struct FOO_prio_list*)
+ *
  * * Add a new cell at the end of the list of the priority of the cell (O(log2 p))
  * void FOO_prio_list_push_back(struct FOO_prio_list*, struct FOO*)
  *