aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/urweb/types.h
blob: b11a8df123e15f97c5e9b209bcd56254c0e73f74 (plain)
1
2
3
4
5
6
7
8
9
#ifndef URWEB_TYPES_H
#define URWEB_TYPES_H

#include "types_cpp.h"

typedef struct uw_context *uw_context;
typedef struct input *uw_input;

#endif