diff options
Diffstat (limited to 'syslog.c')
-rw-r--r-- | syslog.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |