[mod_vhostdb*] rename http_vhostdb->mod_vhostdb_api
rename http_vhostdb.[ch] -> mod_vhostdb_api.[ch]master
parent
3538f8f2a4
commit
0fd8918777
@ -1,12 +1,12 @@
|
||||
/*
|
||||
* http_vhostdb - virtual hosts mapping backend registration
|
||||
* http_vhostdb_api - virtual hosts mapping backend registration
|
||||
*
|
||||
* Copyright(c) 2017 Glenn Strauss gstrauss()gluelogic.com All rights reserved
|
||||
* License: BSD 3-clause (same as lighttpd)
|
||||
*/
|
||||
#include "first.h"
|
||||
|
||||
#include "http_vhostdb.h"
|
||||
#include "mod_vhostdb_api.h"
|
||||
|
||||
#include <string.h>
|
||||
|
@ -1,5 +1,11 @@
|
||||
#ifndef _HTTP_VHOST_H_
|
||||
#define _HTTP_VHOST_H_
|
||||
/*
|
||||
* mod_vhostdb_api - virtual hosts mapping backend registration
|
||||
*
|
||||
* Copyright(c) 2017 Glenn Strauss gstrauss()gluelogic.com All rights reserved
|
||||
* License: BSD 3-clause (same as lighttpd)
|
||||
*/
|
||||
#ifndef INCLUDED_MOD_VHOSTDB_API_H
|
||||
#define INCLUDED_MOD_VHOSTDB_API_H
|
||||
#include "first.h"
|
||||
|
||||
#include "base_decls.h"
|
Loading…
Reference in New Issue