chiark
/
gitweb
/
~mdw
/
disorder
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Source code reorganization:
[disorder]
/
lib
/
cookies.h
diff --git
a/lib/cookies.h
b/lib/cookies.h
index f02013dfca946064308a59cd9576e4be6f0414cc..ea6e41277748be998f91a3886ac1efd813bf38cb 100644
(file)
--- a/
lib/cookies.h
+++ b/
lib/cookies.h
@@
-24,6
+24,8
@@
#ifndef COOKIES_H
#define COOKIES_H
+#include "rights.h"
+
char *make_cookie(const char *user);
char *verify_cookie(const char *cookie, rights_type *rights);
void revoke_cookie(const char *cookie);