sm_pfq.c 468 B

12345678910111213141516171819202122232425262728293031
  1. /* $Id: sm_pfq.c,v 1.2 2005/10/18 19:58:12 dijkstra Exp $ */
  2. #include <stdlib.h>
  3. #include "sylimits.h"
  4. #include "data.h"
  5. #include "error.h"
  6. void
  7. privinit_pfq()
  8. {
  9. fatal("pfq module not available");
  10. }
  11. void
  12. init_pfq(struct stream *st)
  13. {
  14. fatal("pfq module not available");
  15. }
  16. void
  17. gets_pfq()
  18. {
  19. fatal("pfq module not available");
  20. }
  21. int
  22. get_pfq(char *b, int l, struct stream *st)
  23. {
  24. fatal("pfq module not available");
  25. /* NOT REACHED */
  26. return 0;
  27. }