From 1f30b63db9aeab2332d269939c46c2fd9a0f0f8d Mon Sep 17 00:00:00 2001 From: gramanas Date: Tue, 8 May 2018 03:32:44 +0300 Subject: Some work on lists --- src/actionhelper.c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/actionhelper.c (limited to 'src/actionhelper.c') diff --git a/src/actionhelper.c b/src/actionhelper.c new file mode 100644 index 0000000..55f0326 --- /dev/null +++ b/src/actionhelper.c @@ -0,0 +1,11 @@ +#include "actionhelper.h" + +/* Holds the suggestions */ +char _sug[2][STR_L]; + +edit_rc +edit_get_config_or_suggestions(const int argc, + char **argv, + char *ret) { + return ERC_ERR; +} -- cgit v1.2.3