File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpd / minissdpd / printresponse.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Sep 27 11:25:11 2023 UTC (8 months, 3 weeks ago) by misho
Branches: miniupnpd, MAIN
CVS tags: v2_3_3p0, HEAD
Version 2.3.3p0

/* $Id: printresponse.h,v 1.1.1.1 2023/09/27 11:25:11 misho Exp $ */
/* Project : miniupnp
 * Author : Thomas BERNARD
 * copyright (c) 2016 Thomas Bernard
 * This software is subjet to the conditions detailed in the
 * provided LICENCE file. */
#ifndef PRINTRESPONSE_H_INCLUDED
#define PRINTRESPONSE_H_INCLUDED

void printresponse(const unsigned char * resp, int n);

#endif /* PRINTRESPONSE_H_INCLUDED */

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>