[mod_auth*] rename http_auth.* -> mod_auth_api.*
rename http_auth.[ch] -> mod_auth_api.[ch]master
parent
1a8ac120b4
commit
3538f8f2a4
@ -1,5 +1,12 @@
|
||||
#ifndef _HTTP_AUTH_H_
|
||||
#define _HTTP_AUTH_H_
|
||||
/*
|
||||
* mod_auth_api - HTTP auth backend registration, low-level shared funcs
|
||||
*
|
||||
* Fully-rewritten from original
|
||||
* Copyright(c) 2016 Glenn Strauss gstrauss()gluelogic.com All rights reserved
|
||||
* License: BSD 3-clause (same as lighttpd)
|
||||
*/
|
||||
#ifndef INCLUDED_MOD_AUTH_API_H
|
||||
#define INCLUDED_MOD_AUTH_API_H
|
||||
#include "first.h"
|
||||
|
||||
#include "base_decls.h"
|
Loading…
Reference in New Issue