annotate include/urweb/types.h @ 1881:a5b08bdfa450

New header file scheme to support FFI code in either of C or C++ [based on suggestion by Ron de Bruijn]
author Adam Chlipala <adam@chlipala.net>
date Fri, 11 Oct 2013 17:15:28 -0400
parents 3d922a28370b
children
rev   line source
ezyang@1739 1 #ifndef URWEB_TYPES_H
ezyang@1739 2 #define URWEB_TYPES_H
ezyang@1739 3
adam@1881 4 #include "types_cpp.h"
ezyang@1739 5
ezyang@1739 6 typedef struct uw_context *uw_context;
ezyang@1739 7 typedef struct input *uw_input;
ezyang@1739 8
ezyang@1739 9 #endif