comparison agentfwd.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 f336d232fc63
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 _AGENTFWD_H_ 24 #ifndef DROPBEAR_AGENTFWD_H_
25 #define _AGENTFWD_H_ 25 #define DROPBEAR_AGENTFWD_H_
26 26
27 #include "includes.h" 27 #include "includes.h"
28 #include "chansession.h" 28 #include "chansession.h"
29 #include "channel.h" 29 #include "channel.h"
30 #include "auth.h" 30 #include "auth.h"
58 void svr_agentcleanup(struct ChanSess * chansess); 58 void svr_agentcleanup(struct ChanSess * chansess);
59 void svr_agentset(struct ChanSess *chansess); 59 void svr_agentset(struct ChanSess *chansess);
60 60
61 #endif /* ENABLE_SVR_AGENTFWD */ 61 #endif /* ENABLE_SVR_AGENTFWD */
62 62
63 #endif /* _AGENTFWD_H_ */ 63 #endif /* DROPBEAR_AGENTFWD_H_ */