initfshdl.c   [plain text]


/* $XFree86: xc/lib/font/stubs/initfshdl.c,v 1.2 2003/09/13 21:33:02 dawes Exp $ */

#include "stubs.h"

int
init_fs_handlers(FontPathElementPtr fpe,
                 BlockHandlerProcPtr block_handler)
{
  return Successful;
}

/* end of file */