summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/plist/plist.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/plist/plist.h b/include/plist/plist.h
index f7df832..5678cfb 100644
--- a/include/plist/plist.h
+++ b/include/plist/plist.h
@@ -489,14 +489,6 @@ extern "C"
489 ********************************************/ 489 ********************************************/
490 490
491 /** 491 /**
492 * Forces type of node. Changing type of structured nodes is only allowed if node is empty.
493 * Reset value of node;
494 * @param node the node
495 * @param type the key value
496 */
497 PLIST_API void plist_set_type(plist_t node, plist_type type);
498
499 /**
500 * Set the value of a node. 492 * Set the value of a node.
501 * Forces type of node to #PLIST_KEY 493 * Forces type of node to #PLIST_KEY
502 * 494 *