annotate include/urweb/urweb.h @ 1997:c93fbd139732

Define uw_loggers structure, allow FFI code to access it
author Sergey Mironov <grrwlf@gmail.com>
date Wed, 26 Feb 2014 08:21:52 +0000
parents a5b08bdfa450
children
rev   line source
ezyang@1739 1 #ifndef URWEB_H
ezyang@1739 2 #define URWEB_H
ezyang@1739 3
ezyang@1739 4 #include "types.h"
adam@1881 5 #include "urweb_cpp.h"
adam@1787 6
ezyang@1739 7 #endif