summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/main.c b/main.c
index 42606c2..ccef5cc 100644
--- a/main.c
+++ b/main.c
@@ -15,6 +15,13 @@ int main(int argc, char *argv[])
user_open(&snac, "mike");
+ d_char *headers = xs_dict_new();
+ int status;
+ d_char *payload;
+ int p_size;
+ http_signed_request(&snac, "GET", "https://comam.es/snac/jessie",
+ headers, NULL, 0, &status, &payload, &p_size);
+
{
xs *list = queue(&snac);
char *p, *fn;