summaryrefslogtreecommitdiffhomepage
path: root/agentfwd.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 /agentfwd.h
parent843953379c1f6ce56e993c82d97c268e31a86e6e (diff)
parent59bb1777be18b8f1b263aaeabe54a32933fc871d (diff)
merge from default
--HG-- branch : fastopen
Diffstat (limited to 'agentfwd.h')
-rw-r--r--agentfwd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/agentfwd.h b/agentfwd.h
index 113370c..53c297a 100644
--- a/agentfwd.h
+++ b/agentfwd.h
@@ -21,8 +21,8 @@
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
* SOFTWARE. */
-#ifndef _AGENTFWD_H_
-#define _AGENTFWD_H_
+#ifndef DROPBEAR_AGENTFWD_H_
+#define DROPBEAR_AGENTFWD_H_
#include "includes.h"
#include "chansession.h"
@@ -60,4 +60,4 @@ void svr_agentset(struct ChanSess *chansess);
#endif /* ENABLE_SVR_AGENTFWD */
-#endif /* _AGENTFWD_H_ */
+#endif /* DROPBEAR_AGENTFWD_H_ */