/* Copyright (c) 2013 Rod Vagg
 * MIT +no-false-attribs License <https://github.com/rvagg/node-ssh/blob/master/LICENSE>
 */
#ifndef NSSH_H
#define NSSH_H

#include <nan.h>

#define NSSH_DEBUG false
//#define cout cerr

#endif
