/*
*/
/*
* We seem currently unable to depend properly on existing D libraries (like
* ftp.d). But the definitions for conninfo_t and ftpinfo_t are stored there
* (and have to be, since that's where the real translators live). So we're
* forced to define something here to satisfy dtrace(1M), but none of the
* definitions or translators here are actually used.
*/
typedef struct ftpinfo {
int dummy;
} ftpinfo_t;
typedef struct ftpproto {
int dummy;
} ftpproto_t;
typedef struct conninfo {
int dummy;
} conninfo_t;
dummy = 0;
};
dummy = 0;
};
(conninfo_t *p, ftpinfo_t *p);
(conninfo_t *p, ftpinfo_t *p);
};