summaryrefslogtreecommitdiff
path: root/snac.h
diff options
context:
space:
mode:
Diffstat (limited to 'snac.h')
-rw-r--r--snac.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/snac.h b/snac.h
index 0e4c6cd..7c3092b 100644
--- a/snac.h
+++ b/snac.h
@@ -41,6 +41,7 @@ typedef struct {
41 xs_dict *config; /* user configuration */ 41 xs_dict *config; /* user configuration */
42 xs_dict *config_o; /* user configuration admin override */ 42 xs_dict *config_o; /* user configuration admin override */
43 xs_dict *key; /* keypair */ 43 xs_dict *key; /* keypair */
44 xs_dict *links; /* validated links */
44 xs_str *actor; /* actor url */ 45 xs_str *actor; /* actor url */
45 xs_str *md5; /* actor url md5 */ 46 xs_str *md5; /* actor url md5 */
46} snac; 47} snac;