summaryrefslogtreecommitdiff
path: root/x11fwd.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 /x11fwd.h
parent21f2af66311b1488fb1539c28eb8cd32fd74cd65 (diff)
downloaddropbear-3955a37ca5ec4349f5dc21ce93a8e076f681198a.tar.gz
DROPBEAR_ prefix for include guards to avoid collisions
Diffstat (limited to 'x11fwd.h')
-rw-r--r--x11fwd.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11fwd.h b/x11fwd.h
index 5855a68..e142226 100644
--- a/x11fwd.h
+++ b/x11fwd.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 _X11FWD_H_
-#define _X11FWD_H_
+#ifndef DROPBEAR__X11FWD_H_
+#define DROPBEAR__X11FWD_H_
#ifndef DISABLE_X11FWD
#include "includes.h"
@@ -34,4 +34,4 @@ void x11setauth(struct ChanSess *chansess);
void x11cleanup(struct ChanSess *chansess);
#endif /* DROPBEAR_X11FWD */
-#endif /* _X11FWD_H_ */
+#endif /* DROPBEAR__X11FWD_H_ */