Remove extra lines
This commit is contained in:
parent
3332dfef20
commit
69eaf98913
72 changed files with 1 additions and 98 deletions
|
|
@ -72,7 +72,6 @@ static const map_str2int list_kw_map[] = {
|
|||
{NULL, -1}
|
||||
};
|
||||
|
||||
|
||||
static int
|
||||
autocli_str2op(char *str)
|
||||
{
|
||||
|
|
|
|||
|
|
@ -830,7 +830,6 @@ cli_start_program(clixon_handle h,
|
|||
size_t bufsize = 0;
|
||||
struct passwd pw, *pwresult = NULL;
|
||||
|
||||
|
||||
/* Check parameters */
|
||||
if (cvec_len(argv) == 0){
|
||||
clixon_err(OE_PLUGIN, EINVAL, "Can not find argument");
|
||||
|
|
|
|||
|
|
@ -796,4 +796,3 @@ cli_syntax_mode(clixon_handle h)
|
|||
return NULL;
|
||||
return cligen_ph_name_get(ph);
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@
|
|||
/* clicon generic callback pointer */
|
||||
typedef void (clicon_callback_t)(clixon_handle h);
|
||||
|
||||
|
||||
void *clixon_str2fn(char *name, void *handle, char **error);
|
||||
|
||||
int clicon_parse(clixon_handle h, char *cmd, char **mode, cligen_result *result, int *evalres);
|
||||
|
|
|
|||
|
|
@ -70,4 +70,3 @@ int plugin_exit(clixon_handle h);
|
|||
#ifdef __cplusplus
|
||||
} /* extern "C" */
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue