home *** CD-ROM | disk | FTP | other *** search
- /*
- * $Id: font_lis.h,v 1.1 1992/10/01 22:19:17 craigs Exp $
- *
- * This code was written by Craig Southeren whilst under contract
- * to Computer Sciences of Australia, Systems Engineering Division.
- * It has been kindly released by CSA into the public domain.
- *
- * Neither CSA or me guarantee that this source code is fit for anything,
- * so use it at your peril. I don't even work for CSA any more, so
- * don't bother them about it. If you have any suggestions or comments
- * (or money, cheques, free trips =8^) !!!!! ) please contact me
- * care of geoffw@extro.ucc.oz.au
- */
-
- #ifdef __STDC__
-
- void enumerate_fonts (FILE *);
- void add_font_to_list (char *);
-
- #else
-
- void enumerate_fonts ();
- void add_font_to_list ();
-
- #endif
-
-