comparison x11fwd.h @ 1069:2fa71c3b2827 pam

merge pam branch up to date
author Matt Johnston <matt@ucc.asn.au>
date Mon, 16 Mar 2015 21:34:05 +0800
parents deed0571cacc
children 750ec4ec4cbe
comparison
equal deleted inserted replaced
1068:9a6395ddb1b6 1069:2fa71c3b2827
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_ */