file header comment updated

This commit is contained in:
2018-11-14 09:30:54 -05:00
parent 0c909d5a93
commit eb4fd57eb9
9 changed files with 77 additions and 29 deletions
+13
View File
@@ -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);