aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_minivm.c
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-31 10:26:55 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2007-05-31 10:26:55 +0000
commit34f471d4c476172cb65c26ffdb2cbcb91e1b2de6 (patch)
tree711110cfe39bf6a014015ce1181727abe107ba24 /apps/app_minivm.c
parent235e93604c4c3b0422ca406039e008cafea4f459 (diff)
Issue #9842 - Doxygen updates by snuffy. Thanks!
(Committed from Media Plaza in Utrecht, Netherlands - Open Source VoIP conference) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@66705 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_minivm.c')
-rw-r--r--apps/app_minivm.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/app_minivm.c b/apps/app_minivm.c
index d65a8d60f..8dc8d6a5f 100644
--- a/apps/app_minivm.c
+++ b/apps/app_minivm.c
@@ -1146,6 +1146,7 @@ static int make_dir(char *dest, int len, const char *domain, const char *usernam
/*! \brief Checks if directory exists. Does not create directory, but builds string in dest
* \param dest String. base directory.
+ * \param len Int. Length base directory string.
* \param domain String. Ignored if is null or empty string.
* \param username String. Ignored if is null or empty string.
* \param folder String. Ignored if is null or empty string.
@@ -1166,7 +1167,7 @@ static int check_dirpath(char *dest, int len, char *domain, char *username, char
* \param len Length of directory string
* \param domain String. Ignored if is null or empty string.
* \param folder String. Ignored if is null or empty string.
- * \param ext String. Ignored if is null or empty string.
+ * \param username String. Ignored if is null or empty string.
* \return -1 on failure, 0 on success.
*/
static int create_dirpath(char *dest, int len, char *domain, char *username, char *folder)
@@ -2898,6 +2899,7 @@ static int vm_lock_path(const char *path)
/*! \brief Access counter file, lock directory, read and possibly write it again changed
\param directory Directory to crate file in
+ \param countername filename
\param value If set to zero, we only read the variable
\param operand 0 to read, 1 to set new value, 2 to change
\return -1 on error, otherwise counter value