diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2012-06-27 01:36:13 +0200 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2012-06-27 01:36:13 +0200 |
commit | 1fc06171175bbc58334bfda32315893f9ab1ff3a (patch) | |
tree | 9bb3e579f889cd75845bfbe05e6e611fea15a02c /include | |
parent | 3b12b2c2ba42beeea151cffc5afd398a49c295bc (diff) | |
download | neard-1fc06171175bbc58334bfda32315893f9ab1ff3a.tar.gz neard-1fc06171175bbc58334bfda32315893f9ab1ff3a.tar.bz2 neard-1fc06171175bbc58334bfda32315893f9ab1ff3a.zip |
tag: Remove read-only property getter
The check has been moved from plugins to the core code. No need to
export this getter anymore.
Diffstat (limited to 'include')
-rw-r--r-- | include/tag.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/tag.h b/include/tag.h index 1bf37ac..0f21ac9 100644 --- a/include/tag.h +++ b/include/tag.h @@ -77,7 +77,6 @@ struct near_tag; struct near_tag *near_tag_get_tag(uint32_t adapter_idx, uint32_t target_idx); int near_tag_set_uid(struct near_tag *tag, uint8_t *uid, size_t uid_length); int near_tag_set_ro(struct near_tag *tag, near_bool_t readonly); -near_bool_t near_tag_get_ro(struct near_tag *tag); int near_tag_add_data(uint32_t adapter_idx, uint32_t target_idx, uint8_t *data, size_t data_length); int near_tag_add_records(struct near_tag *tag, GList *records, |