ELinks 0.18.0
edit.h File Reference
#include "bfu/dialog.h"
#include "session/session.h"
#include "terminal/terminal.h"
Include dependency graph for edit.h:
This graph shows which files directly or indirectly include this file:

Enumerations

enum  edit_dialog_type { EDIT_DLG_SEARCH , EDIT_DLG_ADD }
 

Functions

void do_edit_dialog (struct terminal *, int, char *, const char *, const char *, struct session *, struct dialog_data *, done_handler_T *when_done, void when_cancel(struct dialog *), void *, enum edit_dialog_type)
 

Enumeration Type Documentation

◆ edit_dialog_type

Enumerator
EDIT_DLG_SEARCH 
EDIT_DLG_ADD 

Function Documentation

◆ do_edit_dialog()

void do_edit_dialog ( struct terminal * term,
int intl,
char * title,
const char * src_name,
const char * src_url,
struct session * ses,
struct dialog_data * parent,
done_handler_T * when_done,
void when_cancelstruct dialog *,
void * done_data,
enum edit_dialog_type )