file header comment updated
This commit is contained in:
@@ -1,3 +1,16 @@
|
||||
////////
|
||||
//
|
||||
// header file for autorisation
|
||||
// used either for absec_fs or absec_mysql
|
||||
//
|
||||
// author: Jean-Luc Cyr
|
||||
// date: 2018-10
|
||||
//
|
||||
// usage: include this file as header definition
|
||||
// then link the program with either -labsec_fs or -labsec_mysql
|
||||
//
|
||||
|
||||
#include "httpd.h"
|
||||
#include <sys/stat.h>
|
||||
|
||||
int mysql_lookup(request_rec *r, struct stat *fperm);
|
||||
|
||||
Reference in New Issue
Block a user