home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / gnu / unixtex-6.1b-src.lha / unixtex-6.1b / kpathsea / proginit.h < prev    next >
Encoding:
C/C++ Source or Header  |  1995-01-03  |  1.2 KB  |  35 lines

  1. /* proginit.h: declarations for DVI driver initializations.
  2.  
  3. Copyright (C) 1994, 95 Karl Berry.
  4.  
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 2, or (at your option)
  8. any later version.
  9.  
  10. This program is distributed in the hope that it will be useful,
  11. but WITHOUT ANY WARRANTY; without even the implied warranty of
  12. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  13. GNU General Public License for more details.
  14.  
  15. You should have received a copy of the GNU General Public License
  16. along with this program; if not, write to the Free Software
  17. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
  18.  
  19. #ifndef KPATHSEA_PROGINIT_H
  20. #define KPATHSEA_PROGINIT_H
  21.  
  22. #include <kpathsea/c-proto.h>
  23. #include <kpathsea/types.h>
  24.  
  25.  
  26. /* Common initializations for DVI drivers -- check for `PREFIX'SIZES and
  27.    `PREFIX'FONTS environment variables, setenv MAKETEX_MODE to MODE,
  28.    etc., etc.  See the source.  */
  29.  
  30. extern void
  31. kpse_init_prog P5H(const_string prefix,  unsigned dpi,  const_string mode,
  32.                    boolean make_tex_pk,  const_string fallback);
  33.  
  34. #endif /* not KPATHSEA_PROGINIT_H */
  35.