Move imsg into libutil and add a man page.

Minor bump for libutil.

Previous versions of this diff and man page looked at by various people.

"you should just commit" deraadt
This commit is contained in:
Nicholas Marriott
2010-05-26 16:44:32 +00:00
parent c47d66f49b
commit 1618f3eae6
5 changed files with 2 additions and 683 deletions

2
tmux.h
View File

@ -30,6 +30,7 @@
#include <bitstring.h>
#include <event.h>
#include <getopt.h>
#include <imsg.h>
#include <limits.h>
#include <signal.h>
#include <stdarg.h>
@ -38,7 +39,6 @@
#include <termios.h>
#include "array.h"
#include "imsg.h"
extern char *__progname;
extern char **environ;