diff options
| author | 2014-07-30 17:01:48 +0200 | |
|---|---|---|
| committer | 2014-07-30 17:01:48 +0200 | |
| commit | 82e90578d2aaa178ddc6609fde8890db93b6b07b (patch) | |
| tree | fe1ca3f792d3d015afdcff32709f732e3eb0c294 /cython/plist.pyx | |
| parent | 7e5f4da929a60ba81c17a67fd8c9166cb1f2e9da (diff) | |
| download | libplist-82e90578d2aaa178ddc6609fde8890db93b6b07b.tar.gz libplist-82e90578d2aaa178ddc6609fde8890db93b6b07b.tar.bz2 | |
cython: Do not export plist_new_key() which should not be used directly
Diffstat (limited to 'cython/plist.pyx')
| -rw-r--r-- | cython/plist.pyx | 1 |
1 files changed, 0 insertions, 1 deletions
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 *: | |||
| 36 | void plist_get_date_val(plist_t node, int32_t * sec, int32_t * usec) | 36 | void plist_get_date_val(plist_t node, int32_t * sec, int32_t * usec) |
| 37 | void plist_set_date_val(plist_t node, int32_t sec, int32_t usec) | 37 | void plist_set_date_val(plist_t node, int32_t sec, int32_t usec) |
| 38 | 38 | ||
| 39 | plist_t plist_new_key(char *val) | ||
| 40 | void plist_get_key_val(plist_t node, char **val) | 39 | void plist_get_key_val(plist_t node, char **val) |
| 41 | void plist_set_key_val(plist_t node, char *val) | 40 | void plist_set_key_val(plist_t node, char *val) |
| 42 | 41 | ||
