aboutsummaryrefslogtreecommitdiffstats
path: root/src/mds-kbdc/builtin-functions.c
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-12-06 21:21:31 +0100
committerMattias Andrée <maandree@operamail.com>2014-12-06 21:21:31 +0100
commit0b61cca3c2b5c2d7b87a6871501bc8f38da3b823 (patch)
treea4dcb532daa4a808e02d046bb4b370cca3418705 /src/mds-kbdc/builtin-functions.c
parentmds-kbdc: parse_keys (diff)
downloadmds-0b61cca3c2b5c2d7b87a6871501bc8f38da3b823.tar.gz
mds-0b61cca3c2b5c2d7b87a6871501bc8f38da3b823.tar.bz2
mds-0b61cca3c2b5c2d7b87a6871501bc8f38da3b823.tar.xz
mds-kbdc: m + function calling
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--src/mds-kbdc/builtin-functions.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/mds-kbdc/builtin-functions.c b/src/mds-kbdc/builtin-functions.c
index 0cb7aa6..fca6496 100644
--- a/src/mds-kbdc/builtin-functions.c
+++ b/src/mds-kbdc/builtin-functions.c
@@ -339,7 +339,9 @@ int builtin_function_defined(const char* restrict name, size_t arg_count)
*
* The function will abort if an non-builtin function is addressed
*
- * Before invoking set/3 or get/2, please check the arguments
+ * Before invoking set/3 or get/2, please check the arguments,
+ * please also check that either all or none of the arguments
+ * are empty string for any of the other builtin functions
*
* @param name The name of the function
* @param arg_count The number of arguments to pass to the function