diff options
author | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-19 10:01:14 +0000 |
---|---|---|
committer | Peter Breitenlohner <peb@mppmu.mpg.de> | 2010-03-19 10:01:14 +0000 |
commit | c0becd9f8e99909fa3989cd0666dd40ad170a733 (patch) | |
tree | e5bdc9cf2fd276bd6e49d1b68c004b037f3fdbcb /Build/source/texk/bibtexu/gblprocs.h | |
parent | e8d588d82bf51102aef38df21b130f20ef66f65f (diff) |
bibtex8/bibtexu file name handling
git-svn-id: svn://tug.org/texlive/trunk@17501 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/bibtexu/gblprocs.h')
-rw-r--r-- | Build/source/texk/bibtexu/gblprocs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Build/source/texk/bibtexu/gblprocs.h b/Build/source/texk/bibtexu/gblprocs.h index e2fe236cdf8..3429598a977 100644 --- a/Build/source/texk/bibtexu/gblprocs.h +++ b/Build/source/texk/bibtexu/gblprocs.h @@ -108,7 +108,6 @@ Boolean_T a_open_in (AlphaFile_T *file_pointer, //Boolean_T u_file_open_in (UFILE *u_file_pointer, Integer_T search_path); Boolean_T a_open_out (AlphaFile_T *file_pointer); //Boolean_T u_file_open_out (UFILE *u_file_pointer); -void add_area (StrNumber_T area); void add_buf_pool (StrNumber_T pstr); void add_database_cite (CiteNumber_T *newcite); void add_extension (StrNumber_T ext); @@ -188,7 +187,6 @@ Boolean_T eoln (const AlphaFile_T file_pointer); void execute_fn (HashLoc_T exfnloc); void figure_out_the_formatted_name (void); -void file_nm_size_overflow (void); Boolean_T find_cite_locs_for_this_cite_ke (StrNumber_T citestr); void get_aux_command_and_process (void); |