sm_mbuf.c 365 B

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