plist.h: fix some comments.

--HG--
extra : convert_revision : 31268f9d3a29b5a0bb55cfa897a7ff4b061a7e6a
This commit is contained in:
Juan RP 2008-12-20 04:05:07 +01:00
parent 256b562770
commit 57c8baf7d7
1 changed files with 4 additions and 4 deletions

View File

@ -23,14 +23,14 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#ifndef _XBPS_PLIST_UTILS_H_
#define _XBPS_PLIST_UTILS_H_
#ifndef _XBPS_PLIST_H_
#define _XBPS_PLIST_H_
/*
* Adds an opaque object with specified key into a dictionary.
*
* Arguments:
* - prop_dictionary_t: dictionary to store the array.
* - prop_dictionary_t: dictionary to store the object.
* - prop_object_t: the object to be stored.
* - const char *: the key associated with the object.
*
@ -140,4 +140,4 @@ xbps_register_repository(const char *);
void
xbps_show_pkg_info(prop_dictionary_t);
#endif /* !_XBPS_PLIST_UTILS_H_ */
#endif /* !_XBPS_PLIST_H_ */