diff options
Diffstat (limited to 'src/actionhelper.c')
-rw-r--r-- | src/actionhelper.c | 11 |
1 files changed, 11 insertions, 0 deletions
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; +} |