summaryrefslogtreecommitdiff
path: root/request.h
blob: e27d2845eb68d326fff813be64cd4c35e4f8992e (plain)
1
2
3
4
5
6
7
8
9
#ifndef REQUEST_H
#define REQUEST_H

#include "interchange/typedefs.h"

void request(void (*)(interchange_response *), void (*)(void *),
		const char *[][2], char *, ...);

#endif