Renamed file to replace underscores in it with dashes
This commit is contained in:
parent
d5472ec0bd
commit
31766cce90
@ -29,7 +29,7 @@ tinyproxy_SOURCES = \
|
|||||||
hashmap.c hashmap.h \
|
hashmap.c hashmap.h \
|
||||||
heap.c heap.h \
|
heap.c heap.h \
|
||||||
htmlerror.c htmlerror.h \
|
htmlerror.c htmlerror.h \
|
||||||
http_message.c http_message.h \
|
http-message.c http-message.h \
|
||||||
log.c log.h \
|
log.c log.h \
|
||||||
network.c network.h \
|
network.c network.h \
|
||||||
reqs.c reqs.h \
|
reqs.c reqs.h \
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
/* $Id: http_message.c,v 1.6 2005-08-15 03:54:31 rjkaes Exp $
|
/* $Id: http-message.c,v 1.6 2005-08-15 03:54:31 rjkaes Exp $
|
||||||
*
|
*
|
||||||
* See 'http_message.h' for a detailed description.
|
* See 'http-message.h' for a detailed description.
|
||||||
*
|
*
|
||||||
* Copyright (C) 2003 Robert James Kaes (rjkaes@users.sourceforge.net)
|
* Copyright (C) 2003 Robert James Kaes (rjkaes@users.sourceforge.net)
|
||||||
*
|
*
|
||||||
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
#include "common.h"
|
#include "common.h"
|
||||||
#include "heap.h"
|
#include "heap.h"
|
||||||
#include "http_message.h"
|
#include "http-message.h"
|
||||||
#include "network.h"
|
#include "network.h"
|
||||||
|
|
||||||
/*
|
/*
|
@ -1,4 +1,4 @@
|
|||||||
/* $Id: http_message.h,v 1.3 2005-08-15 03:54:31 rjkaes Exp $
|
/* $Id: http-message.h,v 1.3 2005-08-15 03:54:31 rjkaes Exp $
|
||||||
*
|
*
|
||||||
* HTTP Message API
|
* HTTP Message API
|
||||||
* ----------------
|
* ----------------
|
@ -23,7 +23,7 @@
|
|||||||
|
|
||||||
#include "conns.h"
|
#include "conns.h"
|
||||||
#include "heap.h"
|
#include "heap.h"
|
||||||
#include "http_message.h"
|
#include "http-message.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
Loading…
Reference in New Issue
Block a user