aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/hyper/parse.h')
-rw-r--r--src/hyper/parse.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hyper/parse.h b/src/hyper/parse.h
index 3c9b90bd..90374ac7 100644
--- a/src/hyper/parse.h
+++ b/src/hyper/parse.h
@@ -1,7 +1,7 @@
/*
Copyright (C) 1991-2002, The Numerical Algorithms Group Ltd.
All rights reserved.
- Copyright (C) 2007-2010, Gabriel Dos Reis.
+ Copyright (C) 2007-2016, Gabriel Dos Reis.
All rights reserved.
Redistribution and use in source and binary forms, with or without
@@ -81,7 +81,7 @@ extern void read_ht_db(HashTable * page_hash , HashTable * macro_hash , HashTabl
extern int get_filename(void);
extern int is_number(const char * str);
extern void parser_error(char * str);
-extern int get_where(void);
+extern SourceInputKind get_where();
extern void scan_HyperDoc(void);
extern int number(const char * str);
extern ParameterList init_parameter_elem(int number);