summaryrefslogtreecommitdiff
path: root/src/common/ibuf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/ibuf.c')
-rw-r--r--src/common/ibuf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/ibuf.c b/src/common/ibuf.c
index 5d90eb4..07c5487 100644
--- a/src/common/ibuf.c
+++ b/src/common/ibuf.c
@@ -259,7 +259,7 @@ char peek_input_buffer_next_char(const input_buffer *ibuf)
* *
******************************************************************************/
-char text_input_buffer_next_char(input_buffer *ibuf)
+char get_input_buffer_next_char(input_buffer *ibuf)
{
char result; /* Valeur à retourner */