Renamed project name to 'cpp-httplib'.

This commit is contained in:
yhirose 2012-09-27 21:05:36 -04:00
parent 8b58a3aecc
commit 6897c64c74
7 changed files with 22 additions and 20 deletions

View file

@ -5,11 +5,11 @@
// The Boost Software License 1.0
//
#include <httpsvrkit.h>
#include <httplib.h>
#include <cstdio>
#include <signal.h>
using namespace httpsvrkit;
using namespace httplib;
template<typename Fn> void signal(int sig, Fn fn)
{