1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Merge pull request #3 from bcbcarl/master

Fix compile bug
This commit is contained in:
Nicolas Viennot 2013-10-31 07:51:20 -07:00
commit 8a54b10810

View File

@ -3,6 +3,7 @@
#include <sys/types.h>
#include <msgpack.h>
#include <libssh/libssh.h>
#include <event.h>
#include "tmux.h"
@ -98,9 +99,6 @@ extern void tmate_replayer_init(struct tmate_replayer *replayer,
/* tmate-ssh-client.c */
typedef struct ssh_session_struct* ssh_session;
typedef struct ssh_channel_struct* ssh_channel;
#define TMATE_ROLE_SERVER 1
#define TMATE_ROLE_CLIENT 2