summaryrefslogtreecommitdiff
path: root/canup.c
diff options
context:
space:
mode:
authorkaa <kaa@disroot.org>2023-11-19 11:32:23 -0800
committerkaa <kaa@disroot.org>2023-11-19 11:32:23 -0800
commit3df21ef899aafd2461570687ef3b9b1c9f9a555e (patch)
tree91659e8964062709853460ad9ee80dbd1099edc9 /canup.c
parentc11b26e1f75b643997787b76f5181731058a28f9 (diff)
Dump Canvas account directory structure. Start of directory parsing.
Diffstat (limited to 'canup.c')
-rw-r--r--canup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/canup.c b/canup.c
index ffb5ba1..a3ea0ee 100644
--- a/canup.c
+++ b/canup.c
@@ -4,7 +4,7 @@
#include <stdlib.h>
#include <dirent.h>
#include <unistd.h>
-#include "config.h"
+#include "shared.h"
char *url = "https://sdccd.instructure.com/api/v1/users/self/files";