summaryrefslogtreecommitdiffstats
path: root/syslog.c
diff options
context:
space:
mode:
Diffstat (limited to 'syslog.c')
-rw-r--r--syslog.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/syslog.c b/syslog.c
index 39581d34..f544c110 100644
--- a/syslog.c
+++ b/syslog.c
@@ -219,6 +219,8 @@ static struct strm_ops syslog_strm_ops = {
0, /* get_line */
0, /* get_char */
0, /* get_byte */
+ 0, /* unget_char */
+ 0, /* unget_byte */
0, /* close */
0, /* flush */
0, /* seek */