aboutsummaryrefslogtreecommitdiff
path: root/include/grecs/lex.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grecs/lex.h')
-rw-r--r--include/grecs/lex.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/include/grecs/lex.h b/include/grecs/lex.h
index 6ef7114..a037159 100644
--- a/include/grecs/lex.h
+++ b/include/grecs/lex.h
@@ -1,5 +1,5 @@
/* grecs - Gray's Extensible Configuration System -*- c -*-
- Copyright (C) 2007-2021 Sergey Poznyakoff
+ Copyright (C) 2007-2022 Sergey Poznyakoff
Grecs is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by the
@@ -25,11 +25,9 @@ void grecs_destroy_text(void);
struct grecs_symtab *grecs_text_table(void);
void grecs_parse_line_directive(char *text, grecs_locus_t *ploc,
- struct grecs_locus_point *ppoint,
- size_t *pxlines);
+ struct grecs_locus_point *ppoint);
void grecs_parse_line_directive_cpp(char *text, grecs_locus_t *ploc,
- struct grecs_locus_point *ppoint,
- size_t *pxlines);
+ struct grecs_locus_point *ppoint);
void grecs_line_acc_create(void);
void grecs_line_acc_free(void);

Return to:

Send suggestions and report system problems to the System administrator.