/* $Id: sm_if.c,v 1.3 2005/10/18 19:58:12 dijkstra Exp $ */ #include #include "sylimits.h" #include "data.h" #include "error.h" void init_if(struct stream *st) { fatal("if module not available"); } void gets_if() { fatal("if module not available"); } int get_if(char *symon_buf, int maxlen, struct stream *st) { fatal("if module not available"); /* NOT REACHED */ return 0; }