summaryrefslogtreecommitdiff
path: root/tcpfwd.h
diff options
context:
space:
mode:
authorThorsten Horstmann <thorsten.horstmann@web.de>2015-02-24 20:43:01 +0800
committerThorsten Horstmann <thorsten.horstmann@web.de>2015-02-24 20:43:01 +0800
commit3955a37ca5ec4349f5dc21ce93a8e076f681198a (patch)
tree02b6da1418aaa41f0cc46ee4d53a18c508fc0415 /tcpfwd.h
parent21f2af66311b1488fb1539c28eb8cd32fd74cd65 (diff)
downloaddropbear-3955a37ca5ec4349f5dc21ce93a8e076f681198a.tar.gz
DROPBEAR_ prefix for include guards to avoid collisions
Diffstat (limited to 'tcpfwd.h')
-rw-r--r--tcpfwd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tcpfwd.h b/tcpfwd.h
index 654664c..51a1575 100644
--- a/tcpfwd.h
+++ b/tcpfwd.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 _TCPFWD_H
-#define _TCPFWD_H
+#ifndef DROPBEAR_TCPFWD_H
+#define DROPBEAR_TCPFWD_H
#include "channel.h"
#include "list.h"