Dead functions, lint.

This commit is contained in:
Nicholas Marriott
2010-03-22 19:18:46 +00:00
parent e16b7b8399
commit c550e66e85
3 changed files with 0 additions and 35 deletions

View File

@ -42,15 +42,6 @@ server_fill_environ(struct session *s, struct environ *env)
environ_set(env, "TERM", term);
}
void
server_write_error(struct client *c, const char *msg)
{
struct msg_print_data printdata;
strlcpy(printdata.msg, msg, sizeof printdata.msg);
server_write_client(c, MSG_ERROR, &printdata, sizeof printdata);
}
void
server_write_client(
struct client *c, enum msgtype type, const void *buf, size_t len)