From 2d413c67282c6168b995e339f76d1f755e19c19a Mon Sep 17 00:00:00 2001 From: Jarkko Sakkinen Date: Wed, 2 Oct 2013 08:49:02 +0300 Subject: [PATCH] Fixes for doxygen errors coming from 3810596. Doxygen errors that are regression from 3810596. Went in because I forgot to install doxygen into my test environment. (cherry picked from commit 8ef1846c05d32a92b23538ee491fd31350c2a045) --- libsmack/sys/smack.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libsmack/sys/smack.h b/libsmack/sys/smack.h index 3a78a80..36699f0 100644 --- a/libsmack/sys/smack.h +++ b/libsmack/sys/smack.h @@ -156,7 +156,7 @@ int smack_have_access(const char *subject, const char *object, * @return Returns 0 on success and negative on failure. If the operation * is succesful 'cipso' variable will contain a valid pointer. */ -int smack_cipso_new(struct smack_cipso **cipso); +int smack_cipso_new(struct smack_cipso **handle); /*! * Destroys a struct smack_cipso instance. @@ -176,11 +176,11 @@ int smack_cipso_apply(struct smack_cipso *handle); /*! * Add CIPSO rules from the given file. * - * @param cipso instance * @param handle handle to a struct smack_cipso instance + * @param fd file descriptor * @return Returns 0 on success and negative on failure. */ -int smack_cipso_add_from_file(struct smack_cipso *cipso, int fd); +int smack_cipso_add_from_file(struct smack_cipso *handle, int fd); /*! * Get pointer to a string containing path to the mounted SmackFS. -- 2.7.4