Mercurial > dropbear
comparison svr-session.c @ 1276:9169e4e7cbee
fix empty C prototypes
author | Francois Perrad <francois.perrad@gadz.org> |
---|---|
date | Fri, 01 Jan 2016 16:30:31 +0100 |
parents | 888e3d17e962 |
children | 750ec4ec4cbe b66a483f3dcb |
comparison
equal
deleted
inserted
replaced
1275:d49bda490798 | 1276:9169e4e7cbee |
---|---|
39 #include "service.h" | 39 #include "service.h" |
40 #include "auth.h" | 40 #include "auth.h" |
41 #include "runopts.h" | 41 #include "runopts.h" |
42 #include "crypto_desc.h" | 42 #include "crypto_desc.h" |
43 | 43 |
44 static void svr_remoteclosed(); | 44 static void svr_remoteclosed(void); |
45 | 45 |
46 struct serversession svr_ses; /* GLOBAL */ | 46 struct serversession svr_ses; /* GLOBAL */ |
47 | 47 |
48 static const packettype svr_packettypes[] = { | 48 static const packettype svr_packettypes[] = { |
49 {SSH_MSG_CHANNEL_DATA, recv_msg_channel_data}, | 49 {SSH_MSG_CHANNEL_DATA, recv_msg_channel_data}, |