blob: 55f03266b4fd2e0ae9c0f18952c2391acc33a895 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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;
}
|