summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 6e6c1ee)
raw | patch | inline | side by side (parent: 6e6c1ee)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 5 Jun 2016 19:40:13 +0000 (21:40 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 25 Sep 2016 10:42:45 +0000 (12:42 +0200) |
src/utils_cmd_listval.c | patch | blob | history |
index b31cb1eb3e15edab08f1e085e9f1c46cae35af8f..7e256f0144f5913fd98b997352d83921174f7135 100644 (file)
--- a/src/utils_cmd_listval.c
+++ b/src/utils_cmd_listval.c
free_everything_and_return (CMD_OK);
} /* cmd_status_t cmd_handle_listval */
+void cmd_destroy_listval (cmd_listval_t *listval __attribute__((unused)))
+{
+ /* nothing to do */
+} /* void cmd_destroy_listval */
+
/* vim: set sw=2 sts=2 ts=8 : */