summaryrefslogtreecommitdiffhomepage
path: root/channel.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2015-02-28 09:06:40 +0800
committerMatt Johnston <matt@ucc.asn.au>2015-02-28 09:06:40 +0800
commit31e379c300c69f1a628c74a3226346a48416e568 (patch)
tree629758aafe9ce42ce0061bebd7253ec7b49d65f2 /channel.h
parent843953379c1f6ce56e993c82d97c268e31a86e6e (diff)
parent59bb1777be18b8f1b263aaeabe54a32933fc871d (diff)
merge from default
--HG-- branch : fastopen
Diffstat (limited to 'channel.h')
-rw-r--r--channel.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/channel.h b/channel.h
index b543ea1..99b1b42 100644
--- a/channel.h
+++ b/channel.h
@@ -22,8 +22,8 @@
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE. */
-#ifndef _CHANNEL_H_
-#define _CHANNEL_H_
+#ifndef DROPBEAR_CHANNEL_H_
+#define DROPBEAR_CHANNEL_H_
#include "includes.h"
#include "buffer.h"
@@ -93,7 +93,7 @@ struct Channel {
struct ChanType {
- int sepfds; /* Whether this channel has seperate pipes for in/out or not */
+ int sepfds; /* Whether this channel has separate pipes for in/out or not */
char *name;
int (*inithandler)(struct Channel*);
int (*check_close)(struct Channel*);
@@ -141,4 +141,4 @@ void send_msg_request_success();
void send_msg_request_failure();
-#endif /* _CHANNEL_H_ */
+#endif /* DROPBEAR_CHANNEL_H_ */