diff options
author | Matt Johnston <matt@ucc.asn.au> | 2015-02-28 09:06:40 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2015-02-28 09:06:40 +0800 |
commit | 31e379c300c69f1a628c74a3226346a48416e568 (patch) | |
tree | 629758aafe9ce42ce0061bebd7253ec7b49d65f2 /x11fwd.h | |
parent | 843953379c1f6ce56e993c82d97c268e31a86e6e (diff) | |
parent | 59bb1777be18b8f1b263aaeabe54a32933fc871d (diff) |
merge from default
--HG--
branch : fastopen
Diffstat (limited to 'x11fwd.h')
-rw-r--r-- | x11fwd.h | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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_ */ |