summaryrefslogtreecommitdiff
path: root/Build/source/texk/bibtexu/utils.h
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-03-15 12:37:47 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-03-15 12:37:47 +0000
commit2cf631087f765cd6bae85e8255d0d1ae1be17bc8 (patch)
tree9f49b594107f7f9a03f54d2e1d374ac255b6240e /Build/source/texk/bibtexu/utils.h
parent675a4f704d457552f13ae48a61e181b518ef8673 (diff)
bibtexu: Reduce diffs with bibtex8
git-svn-id: svn://tug.org/texlive/trunk@29400 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtexu/utils.h')
-rw-r--r--Build/source/texk/bibtexu/utils.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/Build/source/texk/bibtexu/utils.h b/Build/source/texk/bibtexu/utils.h
index c36e8170c13..0f6ab6d6978 100644
--- a/Build/source/texk/bibtexu/utils.h
+++ b/Build/source/texk/bibtexu/utils.h
@@ -108,7 +108,6 @@
** Declaration of public functions defined in utils.c
*/
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, ...);
#ifndef KPATHSEA
int find_file (const char *envvar,
@@ -116,9 +115,7 @@ int find_file (const char *envvar,
const char *filename, char *full_file_spec);
#endif
FILE *open_ip_file (Integer_T search_path);
-//UFILE *open_ip_u_file (Integer_T search_path);
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,