summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtexu/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/bibtexu/utils.h')
-rw-r--r--Build/source/texk/bibtexu/utils.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Build/source/texk/bibtexu/utils.h b/Build/source/texk/bibtexu/utils.h
index 28a76fd6c70..c36e8170c13 100644
--- a/Build/source/texk/bibtexu/utils.h
+++ b/Build/source/texk/bibtexu/utils.h
@@ -107,9 +107,6 @@
/*
** Declaration of public functions defined in utils.c
*/
-void allocate_arrays (void);
-int checkdbg (char *str);
-long checklong (char *str);
void close_file (const AlphaFile_T file_pointer);
//void close_u_file (const UFILE * u_file_pointer);
void CDECL debug_msg (const int status, const char *printf_fmt, ...);
@@ -124,6 +121,8 @@ FILE *open_op_file (void);
//UFILE *open_op_u_file (void);
void *mymalloc (const unsigned long bytes_required,
const char *var_name);
+void *myrealloc (void *old_ptr, const unsigned long bytes_required,
+ const char *var_name);
void parse_cmd_line (int argc, char **argv);
void report_bibtex_capacity (void);
void report_search_paths (void);