comparison agentfwd.h @ 11:f76c9389e9e0

Mostly done with the listener changeover
author Matt Johnston <matt@ucc.asn.au>
date Thu, 03 Jun 2004 17:22:48 +0000
parents fe6bca95afa7
children ca7e76d981d9
comparison
equal deleted inserted replaced
9:7f77962de998 11:f76c9389e9e0
28 #include "includes.h" 28 #include "includes.h"
29 #include "chansession.h" 29 #include "chansession.h"
30 #include "channel.h" 30 #include "channel.h"
31 31
32 int agentreq(struct ChanSess * chansess); 32 int agentreq(struct ChanSess * chansess);
33 int agentaccept(struct ChanSess * chansess); 33 void agentsetauth(struct ChanSess *chansess);
34 void agentcleanup(struct ChanSess * chansess); 34 void agentcleanup(struct ChanSess * chansess);
35 void agentsetauth(struct ChanSess *chansess);
36 void agentset(struct ChanSess *chansess); 35 void agentset(struct ChanSess *chansess);
37 36
38 #ifdef __hpux 37 #ifdef __hpux
39 #define seteuid(a) setresuid(-1, (a), -1) 38 #define seteuid(a) setresuid(-1, (a), -1)
40 #define setegid(a) setresgid(-1, (a), -1) 39 #define setegid(a) setresgid(-1, (a), -1)