Monero
Loading...
Searching...
No Matches
printresponse.h
Go to the documentation of this file.
1/* $Id: $ */
2/* Project : miniupnp
3 * Author : Thomas BERNARD
4 * copyright (c) 2016 Thomas Bernard
5 * This software is subjet to the conditions detailed in the
6 * provided LICENCE file. */
7#ifndef PRINTRESPONSE_H_INCLUDED
8#define PRINTRESPONSE_H_INCLUDED
9
10void printresponse(const unsigned char * resp, int n);
11
12#endif /* PRINTRESPONSE_H_INCLUDED */
void printresponse(const unsigned char *resp, int n)
Definition printresponse.c:17