Post Scarcity
A prototype for a post scarcity programming environment
Loading...
Searching...
No Matches
authorise.h
Go to the documentation of this file.
1
/*
2
* authorise.h
3
*
4
* Basic implementation of a authorisation.
5
*
6
* (c) 2021 Simon Brooke <simon@journeyman.cc>
7
* Licensed under GPL version 2.0, or, at your option, any later version.
8
*/
9
10
#ifndef __psse_authorise_h
11
#define __psse_authorise_h
12
13
struct
cons_pointer
authorised
( struct
cons_pointer
target,
14
struct
cons_pointer
acl );
15
16
#endif
authorised
struct cons_pointer authorised(struct cons_pointer target, struct cons_pointer acl)
TODO: does nothing, yet.
Definition
authorise.c:18
cons_pointer
An indirect pointer to a cons cell.
Definition
consspaceobject.h:415
workspace
post-scarcity
src
authorise.h
Generated by
1.9.8