sm_debug.c 369 B

123456789101112131415161718192021
  1. /* $Id: sm_debug.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. init_debug(struct stream *st)
  8. {
  9. fatal("debug module not available");
  10. }
  11. int
  12. get_debug(char *symon_buf, int maxlen, struct stream *st)
  13. {
  14. fatal("debug module not available");
  15. /* NOT REACHED */
  16. return 0;
  17. }