17 lines
363 B
C
17 lines
363 B
C
////////
|
|
//
|
|
// 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 perms_lookup(request_rec *r, struct stat *fperm);
|