comparison x11fwd.h @ 1036:deed0571cacc

DROPBEAR_ prefix for include guards to avoid collisions
author Thorsten Horstmann <thorsten.horstmann@web.de>
date Tue, 24 Feb 2015 20:43:01 +0800
parents db2c8e6fb284
children 750ec4ec4cbe
comparison
equal deleted inserted replaced
1022:4121ca987e6a 1036:deed0571cacc
19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 19 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
20 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 20 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 21 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 22 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
23 * SOFTWARE. */ 23 * SOFTWARE. */
24 #ifndef _X11FWD_H_ 24 #ifndef DROPBEAR__X11FWD_H_
25 #define _X11FWD_H_ 25 #define DROPBEAR__X11FWD_H_
26 #ifndef DISABLE_X11FWD 26 #ifndef DISABLE_X11FWD
27 27
28 #include "includes.h" 28 #include "includes.h"
29 #include "chansession.h" 29 #include "chansession.h"
30 #include "channel.h" 30 #include "channel.h"
32 int x11req(struct ChanSess * chansess); 32 int x11req(struct ChanSess * chansess);
33 void x11setauth(struct ChanSess *chansess); 33 void x11setauth(struct ChanSess *chansess);
34 void x11cleanup(struct ChanSess *chansess); 34 void x11cleanup(struct ChanSess *chansess);
35 35
36 #endif /* DROPBEAR_X11FWD */ 36 #endif /* DROPBEAR_X11FWD */
37 #endif /* _X11FWD_H_ */ 37 #endif /* DROPBEAR__X11FWD_H_ */