Commit 82e90578 authored by Martin Szulecki's avatar Martin Szulecki

cython: Do not export plist_new_key() which should not be used directly

parent 7e5f4da9
......@@ -36,7 +36,6 @@ cdef extern from *:
void plist_get_date_val(plist_t node, int32_t * sec, int32_t * usec)
void plist_set_date_val(plist_t node, int32_t sec, int32_t usec)
plist_t plist_new_key(char *val)
void plist_get_key_val(plist_t node, char **val)
void plist_set_key_val(plist_t node, char *val)
......
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