]>
git.marmaro.de Git - mmh/blobdiff - sbr/mts.c
#include <sys/socket.h>
#include <netdb.h>
-#define NOTOK (-1)
-#define OK 0
-
/*
* static prototypes
*/
void
mts_init (char *name)
{
+ NMH_UNUSED (name);
+
const char *cp;
FILE *fp;
static int inited = 0;