From 82e90578d2aaa178ddc6609fde8890db93b6b07b Mon Sep 17 00:00:00 2001 From: Martin Szulecki Date: Wed, 30 Jul 2014 17:01:48 +0200 Subject: cython: Do not export plist_new_key() which should not be used directly --- cython/plist.pyx | 1 - 1 file changed, 1 deletion(-) diff --git a/cython/plist.pyx b/cython/plist.pyx index 4acd707..512594a 100644 --- a/cython/plist.pyx +++ b/cython/plist.pyx @@ -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) -- cgit v1.1-32-gdbae