summaryrefslogtreecommitdiff
path: root/main/editline/read.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/editline/read.h')
-rw-r--r--main/editline/read.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/editline/read.h b/main/editline/read.h
index b01e77db2..716a51693 100644
--- a/main/editline/read.h
+++ b/main/editline/read.h
@@ -47,7 +47,7 @@ typedef int (*el_rfunc_t)(EditLine *, char *);
typedef struct el_read_t {
el_rfunc_t read_char; /* Function to read a character */
} el_read_t;
-
+
protected int read_init(EditLine *);
protected int el_read_setfn(EditLine *, el_rfunc_t);
protected el_rfunc_t el_read_getfn(EditLine *);