Functions | |
void | edit_node (void) |
edit a network node | |
void | display_add_node (void) |
add a node | |
void | display_edit_node (void) |
modify an existing node | |
void | display_netconf (void) |
display all configured nodes | |
void | display_confirm_delete_node (void) |
display the dialog to verify the deletion | |
void | delete_node (void) |
actually delete the node | |
void | add_node (void) |
add a new node |
void display_edit_node | ( | void | ) |
modify an existing node
command error getting configuration
Definition at line 95 of file netconf.c.
References bstr(), escputs(), extract_token(), output_headers(), serv_getln(), serv_puts(), wDumpContent(), and wprintf().
Referenced by session_loop().