@ -8,4 +8,16 @@
#ifndef NECRONDA_SERVER_URI_H
#define NECRONDA_SERVER_URI_H
#include <sys/stat.h>
typedef struct {
char *webroot;
char *path;
char *pathinfo;
char *query;
char *filename;
char *uri;
struct stat stat;
} uri;
#endif //NECRONDA_SERVER_URI_H
The note is not visible to the blocked user.